color details

Color Details
#C9B84A Color Hex

#C9B84A color RGB value is (12, 155, 132).
#C9B84A hex color red value is 12, green value is 155, and blue value is 132.
Cylindrical-coordinate representations (HSL) of color #C9B84A hue: 170.35, saturation: 0.86 and lightness: 0.33.

The process color (four-color CMYK) of #C9B84A color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #C9B84A is #ff9999. Color #C9B84A contains mainly RED.

Color Spaces
Color spaces of #C9B84AValue
RGB201, 184, 74
HSL0.14, 0.54, 0.54
HSV52°, 63°, 79°
XYZ42.47, 47.19, 13.35
Base Numbers
Base Red Green Blue
Binary 11001001 10111000 1001010
Octal 311 270 112
Decimal 201 184 74
Hex C9 B8 4A

RGB Percentages for Color #C9B84A

43.79%
40.09%
16.12%

CMYK Percentages of the Color #C9B84A

8.46%
63.18%
21.18%
CSS Codes for Color #C9B84A
.mybgColor {background-color: #C9B84A;}
.myforeColor {color: #C9B84A;}
.myborderColor {border:3px solid #C9B84A;}
Text Font Color #C9B84A

<p style="color:#C9B84A">Text here</p>

This sample text is styled with the font color #C9B84A. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #C9B84A

<div style="background-color:#C9B84A">Div content here</div>

The background color of this div is #C9B84A
Border Color #C9B84A

<div style="border:3px solid #C9B84A">Div here</div>

The border color of this div is #C9B84A
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(201, 184, 74, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #C9B84A;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #C9B84A;
-webkit-box-shadow: 1px 1px 3px #C9B84A;
box-shadow: 1px 1px 3px #C9B84A;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201, 184, 74, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #C9B84A;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #C9B84A; -webkit-box-shadow: 1px 1px 3px #C9B84A; box-shadow: 1px 1px 3px #C9B84A;">Div content here</div>

This div box has a shadow with a specified color. #C9B84A

Scroll to Top