Shades of Earls Green #C9AC16
Tints of Earls Green #C9AC16
RGB
CMYK
RGB Variations
Color information
#C9AC16 (or 0xC9AC16) is known color: Earls Green. HEX triplet: C9, AC and 16. RGB value is (201,172,22). Sum of RGB (Red+Green+Blue) = 201+172+22=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AC16 is #3653E9. Grayscale: #A4A4A4. Windows color (decimal): -3560426 or 1486025. OLE color: 1486025.
HSL color Cylindrical-coordinate representation of color #C9AC16: hue angle of 50.28º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9AC16 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 22 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.21 |
| HSL | 50.28º | 0.8% | 0.44% | - |
| HSV(B) | 50.28º | 0.89% | 0.79% | - |
| XYZ | 38.98 | 41.98 | 6.81 | - |
| YUV | 163.57 | 48.11 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 22 | 0 | 0.14 | 0.89 | 0.21 | 50.28 | 0.8 | 0.44 |
| Hex | C9 | AC | 16 | 0 | E | 59 | 15 | 32 | 50 | 2C |
| Octal | 311 | 254 | 26 | 0 | 16 | 131 | 25 | 62 | 120 | 54 |
| Binary | 11001001 | 10101100 | 10110 | 0 | 1110 | 1011001 | 10101 | 110010 | 1010000 | 101100 |
Color Harmonies of #C9AC16
Complementary color
Monochromatic Colors of #C9AC16
Black with #C9AC16
Text Example
Text Example
White with #C9AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC16; }
p { color: rgb(201,172,22); }
H1.HeaderClassName
{
color: #C9AC16;
}
.AnyTagClassName
{
color: #C9AC16;
}
</style>
background-color css
<style>
a { background-color: #C9AC16; }
a { background-color: rgb(201,172,22); }
div.DivClassName
{
background-color: #C9AC16;
}
.BgClassName
{
background-color: #C9AC16;
}
</style>
border-color css
<style>
span { border-color: #C9AC16; }
span { border-color: rgb(201,172,22); }
td.TdClassName
{
border-color: #C9AC16;
}
.TagClassName
{
border-color: #C9AC16;
}
</style>