Shades of Earls Green #C9AF1D
Tints of Earls Green #C9AF1D
RGB
CMYK
RGB Variations
Color information
#C9AF1D (or 0xC9AF1D) is known color: Earls Green. HEX triplet: C9, AF and 1D. RGB value is (201,175,29). Sum of RGB (Red+Green+Blue) = 201+175+29=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF1D is #3650E2. Grayscale: #A6A6A6. Windows color (decimal): -3559651 or 1945545. OLE color: 1945545.
HSL color Cylindrical-coordinate representation of color #C9AF1D: hue angle of 50.93º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9AF1D is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 29 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.21 |
| HSL | 50.93º | 0.75% | 0.45% | - |
| HSV(B) | 50.93º | 0.86% | 0.79% | - |
| XYZ | 39.64 | 43.17 | 7.41 | - |
| YUV | 166.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 29 | 0 | 0.13 | 0.86 | 0.21 | 50.93 | 0.75 | 0.45 |
| Hex | C9 | AF | 1D | 0 | D | 56 | 15 | 33 | 4B | 2D |
| Octal | 311 | 257 | 35 | 0 | 15 | 126 | 25 | 63 | 113 | 55 |
| Binary | 11001001 | 10101111 | 11101 | 0 | 1101 | 1010110 | 10101 | 110011 | 1001011 | 101101 |
Color Harmonies of #C9AF1D
Complementary color
Monochromatic Colors of #C9AF1D
Black with #C9AF1D
Text Example
Text Example
White with #C9AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF1D; }
p { color: rgb(201,175,29); }
H1.HeaderClassName
{
color: #C9AF1D;
}
.AnyTagClassName
{
color: #C9AF1D;
}
</style>
background-color css
<style>
a { background-color: #C9AF1D; }
a { background-color: rgb(201,175,29); }
div.DivClassName
{
background-color: #C9AF1D;
}
.BgClassName
{
background-color: #C9AF1D;
}
</style>
border-color css
<style>
span { border-color: #C9AF1D; }
span { border-color: rgb(201,175,29); }
td.TdClassName
{
border-color: #C9AF1D;
}
.TagClassName
{
border-color: #C9AF1D;
}
</style>