Shades of Earls Green #C0AA14
Tints of Earls Green #C0AA14
RGB
CMYK
RGB Variations
Color information
#C0AA14 (or 0xC0AA14) is known color: Earls Green. HEX triplet: C0, AA and 14. RGB value is (192,170,20). Sum of RGB (Red+Green+Blue) = 192+170+20=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA14 is #3F55EB. Grayscale: #A0A0A0. Windows color (decimal): -4150764 or 1354432. OLE color: 1354432.
HSL color Cylindrical-coordinate representation of color #C0AA14: hue angle of 52.33º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0AA14 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 20 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.25 |
| HSL | 52.33º | 0.81% | 0.42% | - |
| HSV(B) | 52.33º | 0.9% | 0.75% | - |
| XYZ | 36.24 | 40.01 | 6.47 | - |
| YUV | 159.48 | 49.29 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 20 | 0 | 0.11 | 0.90 | 0.25 | 52.33 | 0.81 | 0.42 |
| Hex | C0 | AA | 14 | 0 | B | 5A | 19 | 34 | 51 | 2A |
| Octal | 300 | 252 | 24 | 0 | 13 | 132 | 31 | 64 | 121 | 52 |
| Binary | 11000000 | 10101010 | 10100 | 0 | 1011 | 1011010 | 11001 | 110100 | 1010001 | 101010 |
Color Harmonies of #C0AA14
Complementary color
Monochromatic Colors of #C0AA14
Black with #C0AA14
Text Example
Text Example
White with #C0AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA14; }
p { color: rgb(192,170,20); }
H1.HeaderClassName
{
color: #C0AA14;
}
.AnyTagClassName
{
color: #C0AA14;
}
</style>
background-color css
<style>
a { background-color: #C0AA14; }
a { background-color: rgb(192,170,20); }
div.DivClassName
{
background-color: #C0AA14;
}
.BgClassName
{
background-color: #C0AA14;
}
</style>
border-color css
<style>
span { border-color: #C0AA14; }
span { border-color: rgb(192,170,20); }
td.TdClassName
{
border-color: #C0AA14;
}
.TagClassName
{
border-color: #C0AA14;
}
</style>