Shades of Earls Green #C0AA10
Tints of Earls Green #C0AA10
RGB
CMYK
RGB Variations
Color information
#C0AA10 (or 0xC0AA10) is known color: Earls Green. HEX triplet: C0, AA and 10. RGB value is (192,170,16). Sum of RGB (Red+Green+Blue) = 192+170+16=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA10 is #3F55EF. Grayscale: #9F9F9F. Windows color (decimal): -4150768 or 1092288. OLE color: 1092288.
HSL color Cylindrical-coordinate representation of color #C0AA10: hue angle of 52.5º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0AA10 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 16 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.25 |
| HSL | 52.5º | 0.85% | 0.41% | - |
| HSV(B) | 52.5º | 0.92% | 0.75% | - |
| XYZ | 36.21 | 39.99 | 6.3 | - |
| YUV | 159.02 | 47.29 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 16 | 0 | 0.11 | 0.92 | 0.25 | 52.5 | 0.85 | 0.41 |
| Hex | C0 | AA | 10 | 0 | B | 5C | 19 | 34 | 55 | 29 |
| Octal | 300 | 252 | 20 | 0 | 13 | 134 | 31 | 64 | 125 | 51 |
| Binary | 11000000 | 10101010 | 10000 | 0 | 1011 | 1011100 | 11001 | 110100 | 1010101 | 101001 |
Color Harmonies of #C0AA10
Complementary color
Monochromatic Colors of #C0AA10
Black with #C0AA10
Text Example
Text Example
White with #C0AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA10; }
p { color: rgb(192,170,16); }
H1.HeaderClassName
{
color: #C0AA10;
}
.AnyTagClassName
{
color: #C0AA10;
}
</style>
background-color css
<style>
a { background-color: #C0AA10; }
a { background-color: rgb(192,170,16); }
div.DivClassName
{
background-color: #C0AA10;
}
.BgClassName
{
background-color: #C0AA10;
}
</style>
border-color css
<style>
span { border-color: #C0AA10; }
span { border-color: rgb(192,170,16); }
td.TdClassName
{
border-color: #C0AA10;
}
.TagClassName
{
border-color: #C0AA10;
}
</style>