Shades of Earls Green #C9AF20
Tints of Earls Green #C9AF20
RGB
CMYK
RGB Variations
Color information
#C9AF20 (or 0xC9AF20) is known color: Earls Green. HEX triplet: C9, AF and 20. RGB value is (201,175,32). Sum of RGB (Red+Green+Blue) = 201+175+32=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF20 is #3650DF. Grayscale: #A7A7A7. Windows color (decimal): -3559648 or 2142153. OLE color: 2142153.
HSL color Cylindrical-coordinate representation of color #C9AF20: hue angle of 50.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9AF20 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 32 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.21 |
| HSL | 50.77º | 0.73% | 0.46% | - |
| HSV(B) | 50.77º | 0.84% | 0.79% | - |
| XYZ | 39.68 | 43.18 | 7.61 | - |
| YUV | 166.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 32 | 0 | 0.13 | 0.84 | 0.21 | 50.77 | 0.73 | 0.46 |
| Hex | C9 | AF | 20 | 0 | D | 54 | 15 | 33 | 49 | 2E |
| Octal | 311 | 257 | 40 | 0 | 15 | 124 | 25 | 63 | 111 | 56 |
| Binary | 11001001 | 10101111 | 100000 | 0 | 1101 | 1010100 | 10101 | 110011 | 1001001 | 101110 |
Color Harmonies of #C9AF20
Complementary color
Monochromatic Colors of #C9AF20
Black with #C9AF20
Text Example
Text Example
White with #C9AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF20; }
p { color: rgb(201,175,32); }
H1.HeaderClassName
{
color: #C9AF20;
}
.AnyTagClassName
{
color: #C9AF20;
}
</style>
background-color css
<style>
a { background-color: #C9AF20; }
a { background-color: rgb(201,175,32); }
div.DivClassName
{
background-color: #C9AF20;
}
.BgClassName
{
background-color: #C9AF20;
}
</style>
border-color css
<style>
span { border-color: #C9AF20; }
span { border-color: rgb(201,175,32); }
td.TdClassName
{
border-color: #C9AF20;
}
.TagClassName
{
border-color: #C9AF20;
}
</style>