Shades of Earls Green #C0AB20
Tints of Earls Green #C0AB20
RGB
CMYK
RGB Variations
Color information
#C0AB20 (or 0xC0AB20) is known color: Earls Green. HEX triplet: C0, AB and 20. RGB value is (192,171,32). Sum of RGB (Red+Green+Blue) = 192+171+32=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB20 is #3F54DF. Grayscale: #A2A2A2. Windows color (decimal): -4150496 or 2141120. OLE color: 2141120.
HSL color Cylindrical-coordinate representation of color #C0AB20: hue angle of 52.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0AB20 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 32 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.25 |
| HSL | 52.13º | 0.71% | 0.44% | - |
| HSV(B) | 52.13º | 0.83% | 0.75% | - |
| XYZ | 36.56 | 40.44 | 7.24 | - |
| YUV | 161.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 32 | 0 | 0.11 | 0.83 | 0.25 | 52.13 | 0.71 | 0.44 |
| Hex | C0 | AB | 20 | 0 | B | 53 | 19 | 34 | 47 | 2C |
| Octal | 300 | 253 | 40 | 0 | 13 | 123 | 31 | 64 | 107 | 54 |
| Binary | 11000000 | 10101011 | 100000 | 0 | 1011 | 1010011 | 11001 | 110100 | 1000111 | 101100 |
Color Harmonies of #C0AB20
Complementary color
Monochromatic Colors of #C0AB20
Black with #C0AB20
Text Example
Text Example
White with #C0AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB20; }
p { color: rgb(192,171,32); }
H1.HeaderClassName
{
color: #C0AB20;
}
.AnyTagClassName
{
color: #C0AB20;
}
</style>
background-color css
<style>
a { background-color: #C0AB20; }
a { background-color: rgb(192,171,32); }
div.DivClassName
{
background-color: #C0AB20;
}
.BgClassName
{
background-color: #C0AB20;
}
</style>
border-color css
<style>
span { border-color: #C0AB20; }
span { border-color: rgb(192,171,32); }
td.TdClassName
{
border-color: #C0AB20;
}
.TagClassName
{
border-color: #C0AB20;
}
</style>