Shades of Earls Green #C0AA16
Tints of Earls Green #C0AA16
RGB
CMYK
RGB Variations
Color information
#C0AA16 (or 0xC0AA16) is known color: Earls Green. HEX triplet: C0, AA and 16. RGB value is (192,170,22). Sum of RGB (Red+Green+Blue) = 192+170+22=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA16 is #3F55E9. Grayscale: #A0A0A0. Windows color (decimal): -4150762 or 1485504. OLE color: 1485504.
HSL color Cylindrical-coordinate representation of color #C0AA16: hue angle of 52.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0AA16 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 22 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.25 |
| HSL | 52.24º | 0.79% | 0.42% | - |
| HSV(B) | 52.24º | 0.89% | 0.75% | - |
| XYZ | 36.26 | 40.01 | 6.57 | - |
| YUV | 159.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 22 | 0 | 0.11 | 0.89 | 0.25 | 52.24 | 0.79 | 0.42 |
| Hex | C0 | AA | 16 | 0 | B | 59 | 19 | 34 | 4F | 2A |
| Octal | 300 | 252 | 26 | 0 | 13 | 131 | 31 | 64 | 117 | 52 |
| Binary | 11000000 | 10101010 | 10110 | 0 | 1011 | 1011001 | 11001 | 110100 | 1001111 | 101010 |
Color Harmonies of #C0AA16
Complementary color
Monochromatic Colors of #C0AA16
Black with #C0AA16
Text Example
Text Example
White with #C0AA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA16; }
p { color: rgb(192,170,22); }
H1.HeaderClassName
{
color: #C0AA16;
}
.AnyTagClassName
{
color: #C0AA16;
}
</style>
background-color css
<style>
a { background-color: #C0AA16; }
a { background-color: rgb(192,170,22); }
div.DivClassName
{
background-color: #C0AA16;
}
.BgClassName
{
background-color: #C0AA16;
}
</style>
border-color css
<style>
span { border-color: #C0AA16; }
span { border-color: rgb(192,170,22); }
td.TdClassName
{
border-color: #C0AA16;
}
.TagClassName
{
border-color: #C0AA16;
}
</style>