Shades of Earls Green #C9AC15
Tints of Earls Green #C9AC15
RGB
CMYK
RGB Variations
Color information
#C9AC15 (or 0xC9AC15) is known color: Earls Green. HEX triplet: C9, AC and 15. RGB value is (201,172,21). Sum of RGB (Red+Green+Blue) = 201+172+21=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AC15 is #3653EA. Grayscale: #A4A4A4. Windows color (decimal): -3560427 or 1420489. OLE color: 1420489.
HSL color Cylindrical-coordinate representation of color #C9AC15: hue angle of 50.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9AC15 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 21 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.21 |
| HSL | 50.33º | 0.81% | 0.44% | - |
| HSV(B) | 50.33º | 0.9% | 0.79% | - |
| XYZ | 38.98 | 41.98 | 6.76 | - |
| YUV | 163.46 | 47.61 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 21 | 0 | 0.14 | 0.90 | 0.21 | 50.33 | 0.81 | 0.44 |
| Hex | C9 | AC | 15 | 0 | E | 5A | 15 | 32 | 51 | 2C |
| Octal | 311 | 254 | 25 | 0 | 16 | 132 | 25 | 62 | 121 | 54 |
| Binary | 11001001 | 10101100 | 10101 | 0 | 1110 | 1011010 | 10101 | 110010 | 1010001 | 101100 |
Color Harmonies of #C9AC15
Complementary color
Monochromatic Colors of #C9AC15
Black with #C9AC15
Text Example
Text Example
White with #C9AC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC15; }
p { color: rgb(201,172,21); }
H1.HeaderClassName
{
color: #C9AC15;
}
.AnyTagClassName
{
color: #C9AC15;
}
</style>
background-color css
<style>
a { background-color: #C9AC15; }
a { background-color: rgb(201,172,21); }
div.DivClassName
{
background-color: #C9AC15;
}
.BgClassName
{
background-color: #C9AC15;
}
</style>
border-color css
<style>
span { border-color: #C9AC15; }
span { border-color: rgb(201,172,21); }
td.TdClassName
{
border-color: #C9AC15;
}
.TagClassName
{
border-color: #C9AC15;
}
</style>