Shades of Earls Green #C0AB11
Tints of Earls Green #C0AB11
RGB
CMYK
RGB Variations
Color information
#C0AB11 (or 0xC0AB11) is known color: Earls Green. HEX triplet: C0, AB and 11. RGB value is (192,171,17). Sum of RGB (Red+Green+Blue) = 192+171+17=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB11 is #3F54EE. Grayscale: #A0A0A0. Windows color (decimal): -4150511 or 1158080. OLE color: 1158080.
HSL color Cylindrical-coordinate representation of color #C0AB11: hue angle of 52.8º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0AB11 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 17 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.25 |
| HSL | 52.8º | 0.84% | 0.41% | - |
| HSV(B) | 52.8º | 0.91% | 0.75% | - |
| XYZ | 36.4 | 40.37 | 6.4 | - |
| YUV | 159.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 17 | 0 | 0.11 | 0.91 | 0.25 | 52.8 | 0.84 | 0.41 |
| Hex | C0 | AB | 11 | 0 | B | 5B | 19 | 35 | 54 | 29 |
| Octal | 300 | 253 | 21 | 0 | 13 | 133 | 31 | 65 | 124 | 51 |
| Binary | 11000000 | 10101011 | 10001 | 0 | 1011 | 1011011 | 11001 | 110101 | 1010100 | 101001 |
Color Harmonies of #C0AB11
Complementary color
Monochromatic Colors of #C0AB11
Black with #C0AB11
Text Example
Text Example
White with #C0AB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB11; }
p { color: rgb(192,171,17); }
H1.HeaderClassName
{
color: #C0AB11;
}
.AnyTagClassName
{
color: #C0AB11;
}
</style>
background-color css
<style>
a { background-color: #C0AB11; }
a { background-color: rgb(192,171,17); }
div.DivClassName
{
background-color: #C0AB11;
}
.BgClassName
{
background-color: #C0AB11;
}
</style>
border-color css
<style>
span { border-color: #C0AB11; }
span { border-color: rgb(192,171,17); }
td.TdClassName
{
border-color: #C0AB11;
}
.TagClassName
{
border-color: #C0AB11;
}
</style>