Shades of Earls Green #C9AB17
Tints of Earls Green #C9AB17
RGB
CMYK
RGB Variations
Color information
#C9AB17 (or 0xC9AB17) is known color: Earls Green. HEX triplet: C9, AB and 17. RGB value is (201,171,23). Sum of RGB (Red+Green+Blue) = 201+171+23=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AB17 is #3654E8. Grayscale: #A3A3A3. Windows color (decimal): -3560681 or 1551305. OLE color: 1551305.
HSL color Cylindrical-coordinate representation of color #C9AB17: hue angle of 49.89º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9AB17 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 23 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.21 |
| HSL | 49.89º | 0.79% | 0.44% | - |
| HSV(B) | 49.89º | 0.89% | 0.79% | - |
| XYZ | 38.8 | 41.61 | 6.8 | - |
| YUV | 163.1 | 48.94 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 23 | 0 | 0.15 | 0.89 | 0.21 | 49.89 | 0.79 | 0.44 |
| Hex | C9 | AB | 17 | 0 | F | 59 | 15 | 32 | 4F | 2C |
| Octal | 311 | 253 | 27 | 0 | 17 | 131 | 25 | 62 | 117 | 54 |
| Binary | 11001001 | 10101011 | 10111 | 0 | 1111 | 1011001 | 10101 | 110010 | 1001111 | 101100 |
Color Harmonies of #C9AB17
Complementary color
Monochromatic Colors of #C9AB17
Black with #C9AB17
Text Example
Text Example
White with #C9AB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB17; }
p { color: rgb(201,171,23); }
H1.HeaderClassName
{
color: #C9AB17;
}
.AnyTagClassName
{
color: #C9AB17;
}
</style>
background-color css
<style>
a { background-color: #C9AB17; }
a { background-color: rgb(201,171,23); }
div.DivClassName
{
background-color: #C9AB17;
}
.BgClassName
{
background-color: #C9AB17;
}
</style>
border-color css
<style>
span { border-color: #C9AB17; }
span { border-color: rgb(201,171,23); }
td.TdClassName
{
border-color: #C9AB17;
}
.TagClassName
{
border-color: #C9AB17;
}
</style>