Shades of Earls Green #C0AB1D
Tints of Earls Green #C0AB1D
RGB
CMYK
RGB Variations
Color information
#C0AB1D (or 0xC0AB1D) is known color: Earls Green. HEX triplet: C0, AB and 1D. RGB value is (192,171,29). Sum of RGB (Red+Green+Blue) = 192+171+29=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB1D is #3F54E2. Grayscale: #A1A1A1. Windows color (decimal): -4150499 or 1944512. OLE color: 1944512.
HSL color Cylindrical-coordinate representation of color #C0AB1D: hue angle of 52.27º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0AB1D is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 29 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.25 |
| HSL | 52.27º | 0.74% | 0.43% | - |
| HSV(B) | 52.27º | 0.85% | 0.75% | - |
| XYZ | 36.52 | 40.42 | 7.04 | - |
| YUV | 161.09 | 53.46 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 29 | 0 | 0.11 | 0.85 | 0.25 | 52.27 | 0.74 | 0.43 |
| Hex | C0 | AB | 1D | 0 | B | 55 | 19 | 34 | 4A | 2B |
| Octal | 300 | 253 | 35 | 0 | 13 | 125 | 31 | 64 | 112 | 53 |
| Binary | 11000000 | 10101011 | 11101 | 0 | 1011 | 1010101 | 11001 | 110100 | 1001010 | 101011 |
Color Harmonies of #C0AB1D
Complementary color
Monochromatic Colors of #C0AB1D
Black with #C0AB1D
Text Example
Text Example
White with #C0AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB1D; }
p { color: rgb(192,171,29); }
H1.HeaderClassName
{
color: #C0AB1D;
}
.AnyTagClassName
{
color: #C0AB1D;
}
</style>
background-color css
<style>
a { background-color: #C0AB1D; }
a { background-color: rgb(192,171,29); }
div.DivClassName
{
background-color: #C0AB1D;
}
.BgClassName
{
background-color: #C0AB1D;
}
</style>
border-color css
<style>
span { border-color: #C0AB1D; }
span { border-color: rgb(192,171,29); }
td.TdClassName
{
border-color: #C0AB1D;
}
.TagClassName
{
border-color: #C0AB1D;
}
</style>