Shades of Earls Green #C0AB13
Tints of Earls Green #C0AB13
RGB
CMYK
RGB Variations
Color information
#C0AB13 (or 0xC0AB13) is known color: Earls Green. HEX triplet: C0, AB and 13. RGB value is (192,171,19). Sum of RGB (Red+Green+Blue) = 192+171+19=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB13 is #3F54EC. Grayscale: #A0A0A0. Windows color (decimal): -4150509 or 1289152. OLE color: 1289152.
HSL color Cylindrical-coordinate representation of color #C0AB13: hue angle of 52.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0AB13 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 19 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.25 |
| HSL | 52.72º | 0.82% | 0.41% | - |
| HSV(B) | 52.72º | 0.9% | 0.75% | - |
| XYZ | 36.42 | 40.38 | 6.49 | - |
| YUV | 159.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 19 | 0 | 0.11 | 0.90 | 0.25 | 52.72 | 0.82 | 0.41 |
| Hex | C0 | AB | 13 | 0 | B | 5A | 19 | 35 | 52 | 29 |
| Octal | 300 | 253 | 23 | 0 | 13 | 132 | 31 | 65 | 122 | 51 |
| Binary | 11000000 | 10101011 | 10011 | 0 | 1011 | 1011010 | 11001 | 110101 | 1010010 | 101001 |
Color Harmonies of #C0AB13
Complementary color
Monochromatic Colors of #C0AB13
Black with #C0AB13
Text Example
Text Example
White with #C0AB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB13; }
p { color: rgb(192,171,19); }
H1.HeaderClassName
{
color: #C0AB13;
}
.AnyTagClassName
{
color: #C0AB13;
}
</style>
background-color css
<style>
a { background-color: #C0AB13; }
a { background-color: rgb(192,171,19); }
div.DivClassName
{
background-color: #C0AB13;
}
.BgClassName
{
background-color: #C0AB13;
}
</style>
border-color css
<style>
span { border-color: #C0AB13; }
span { border-color: rgb(192,171,19); }
td.TdClassName
{
border-color: #C0AB13;
}
.TagClassName
{
border-color: #C0AB13;
}
</style>