Shades of Earls Green #C9AB18
Tints of Earls Green #C9AB18
RGB
CMYK
RGB Variations
Color information
#C9AB18 (or 0xC9AB18) is known color: Earls Green. HEX triplet: C9, AB and 18. RGB value is (201,171,24). Sum of RGB (Red+Green+Blue) = 201+171+24=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AB18 is #3654E7. Grayscale: #A3A3A3. Windows color (decimal): -3560680 or 1616841. OLE color: 1616841.
HSL color Cylindrical-coordinate representation of color #C9AB18: hue angle of 49.83º degrees, saturation: 0.79, 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 #C9AB18 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 24 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.21 |
| HSL | 49.83º | 0.79% | 0.44% | - |
| HSV(B) | 49.83º | 0.88% | 0.79% | - |
| XYZ | 38.82 | 41.61 | 6.85 | - |
| YUV | 163.21 | 49.44 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 24 | 0 | 0.15 | 0.88 | 0.21 | 49.83 | 0.79 | 0.44 |
| Hex | C9 | AB | 18 | 0 | F | 58 | 15 | 32 | 4F | 2C |
| Octal | 311 | 253 | 30 | 0 | 17 | 130 | 25 | 62 | 117 | 54 |
| Binary | 11001001 | 10101011 | 11000 | 0 | 1111 | 1011000 | 10101 | 110010 | 1001111 | 101100 |
Color Harmonies of #C9AB18
Complementary color
Monochromatic Colors of #C9AB18
Black with #C9AB18
Text Example
Text Example
White with #C9AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB18; }
p { color: rgb(201,171,24); }
H1.HeaderClassName
{
color: #C9AB18;
}
.AnyTagClassName
{
color: #C9AB18;
}
</style>
background-color css
<style>
a { background-color: #C9AB18; }
a { background-color: rgb(201,171,24); }
div.DivClassName
{
background-color: #C9AB18;
}
.BgClassName
{
background-color: #C9AB18;
}
</style>
border-color css
<style>
span { border-color: #C9AB18; }
span { border-color: rgb(201,171,24); }
td.TdClassName
{
border-color: #C9AB18;
}
.TagClassName
{
border-color: #C9AB18;
}
</style>