Shades of Earls Green #C9AF25
Tints of Earls Green #C9AF25
RGB
CMYK
RGB Variations
Color information
#C9AF25 (or 0xC9AF25) is known color: Earls Green. HEX triplet: C9, AF and 25. RGB value is (201,175,37). Sum of RGB (Red+Green+Blue) = 201+175+37=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF25 is #3650DA. Grayscale: #A7A7A7. Windows color (decimal): -3559643 or 2469833. OLE color: 2469833.
HSL color Cylindrical-coordinate representation of color #C9AF25: hue angle of 50.49º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9AF25 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 37 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.21 |
| HSL | 50.49º | 0.69% | 0.47% | - |
| HSV(B) | 50.49º | 0.82% | 0.79% | - |
| XYZ | 39.75 | 43.21 | 8 | - |
| YUV | 167.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 37 | 0 | 0.13 | 0.82 | 0.21 | 50.49 | 0.69 | 0.47 |
| Hex | C9 | AF | 25 | 0 | D | 52 | 15 | 32 | 45 | 2F |
| Octal | 311 | 257 | 45 | 0 | 15 | 122 | 25 | 62 | 105 | 57 |
| Binary | 11001001 | 10101111 | 100101 | 0 | 1101 | 1010010 | 10101 | 110010 | 1000101 | 101111 |
Color Harmonies of #C9AF25
Complementary color
Monochromatic Colors of #C9AF25
Black with #C9AF25
Text Example
Text Example
White with #C9AF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF25; }
p { color: rgb(201,175,37); }
H1.HeaderClassName
{
color: #C9AF25;
}
.AnyTagClassName
{
color: #C9AF25;
}
</style>
background-color css
<style>
a { background-color: #C9AF25; }
a { background-color: rgb(201,175,37); }
div.DivClassName
{
background-color: #C9AF25;
}
.BgClassName
{
background-color: #C9AF25;
}
</style>
border-color css
<style>
span { border-color: #C9AF25; }
span { border-color: rgb(201,175,37); }
td.TdClassName
{
border-color: #C9AF25;
}
.TagClassName
{
border-color: #C9AF25;
}
</style>