Shades of Earls Green #C0AA11
Tints of Earls Green #C0AA11
RGB
CMYK
RGB Variations
Color information
#C0AA11 (or 0xC0AA11) is known color: Earls Green. HEX triplet: C0, AA and 11. RGB value is (192,170,17). Sum of RGB (Red+Green+Blue) = 192+170+17=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA11 is #3F55EE. Grayscale: #9F9F9F. Windows color (decimal): -4150767 or 1157824. OLE color: 1157824.
HSL color Cylindrical-coordinate representation of color #C0AA11: hue angle of 52.46º 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 #C0AA11 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 17 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.25 |
| HSL | 52.46º | 0.84% | 0.41% | - |
| HSV(B) | 52.46º | 0.91% | 0.75% | - |
| XYZ | 36.21 | 40 | 6.34 | - |
| YUV | 159.14 | 47.79 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 17 | 0 | 0.11 | 0.91 | 0.25 | 52.46 | 0.84 | 0.41 |
| Hex | C0 | AA | 11 | 0 | B | 5B | 19 | 34 | 54 | 29 |
| Octal | 300 | 252 | 21 | 0 | 13 | 133 | 31 | 64 | 124 | 51 |
| Binary | 11000000 | 10101010 | 10001 | 0 | 1011 | 1011011 | 11001 | 110100 | 1010100 | 101001 |
Color Harmonies of #C0AA11
Complementary color
Monochromatic Colors of #C0AA11
Black with #C0AA11
Text Example
Text Example
White with #C0AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA11; }
p { color: rgb(192,170,17); }
H1.HeaderClassName
{
color: #C0AA11;
}
.AnyTagClassName
{
color: #C0AA11;
}
</style>
background-color css
<style>
a { background-color: #C0AA11; }
a { background-color: rgb(192,170,17); }
div.DivClassName
{
background-color: #C0AA11;
}
.BgClassName
{
background-color: #C0AA11;
}
</style>
border-color css
<style>
span { border-color: #C0AA11; }
span { border-color: rgb(192,170,17); }
td.TdClassName
{
border-color: #C0AA11;
}
.TagClassName
{
border-color: #C0AA11;
}
</style>