Shades of Earls Green #C9AB19
Tints of Earls Green #C9AB19
RGB
CMYK
RGB Variations
Color information
#C9AB19 (or 0xC9AB19) is known color: Earls Green. HEX triplet: C9, AB and 19. RGB value is (201,171,25). Sum of RGB (Red+Green+Blue) = 201+171+25=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AB19 is #3654E6. Grayscale: #A3A3A3. Windows color (decimal): -3560679 or 1682377. OLE color: 1682377.
HSL color Cylindrical-coordinate representation of color #C9AB19: hue angle of 49.77º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9AB19 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 25 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.21 |
| HSL | 49.77º | 0.78% | 0.44% | - |
| HSV(B) | 49.77º | 0.88% | 0.79% | - |
| XYZ | 38.83 | 41.61 | 6.91 | - |
| YUV | 163.33 | 49.94 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 25 | 0 | 0.15 | 0.88 | 0.21 | 49.77 | 0.78 | 0.44 |
| Hex | C9 | AB | 19 | 0 | F | 58 | 15 | 32 | 4E | 2C |
| Octal | 311 | 253 | 31 | 0 | 17 | 130 | 25 | 62 | 116 | 54 |
| Binary | 11001001 | 10101011 | 11001 | 0 | 1111 | 1011000 | 10101 | 110010 | 1001110 | 101100 |
Color Harmonies of #C9AB19
Complementary color
Monochromatic Colors of #C9AB19
Black with #C9AB19
Text Example
Text Example
White with #C9AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB19; }
p { color: rgb(201,171,25); }
H1.HeaderClassName
{
color: #C9AB19;
}
.AnyTagClassName
{
color: #C9AB19;
}
</style>
background-color css
<style>
a { background-color: #C9AB19; }
a { background-color: rgb(201,171,25); }
div.DivClassName
{
background-color: #C9AB19;
}
.BgClassName
{
background-color: #C9AB19;
}
</style>
border-color css
<style>
span { border-color: #C9AB19; }
span { border-color: rgb(201,171,25); }
td.TdClassName
{
border-color: #C9AB19;
}
.TagClassName
{
border-color: #C9AB19;
}
</style>