Shades of Earls Green #C0AA15
Tints of Earls Green #C0AA15
RGB
CMYK
RGB Variations
Color information
#C0AA15 (or 0xC0AA15) is known color: Earls Green. HEX triplet: C0, AA and 15. RGB value is (192,170,21). Sum of RGB (Red+Green+Blue) = 192+170+21=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA15 is #3F55EA. Grayscale: #A0A0A0. Windows color (decimal): -4150763 or 1419968. OLE color: 1419968.
HSL color Cylindrical-coordinate representation of color #C0AA15: hue angle of 52.28º degrees, saturation: 0.8, 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 #C0AA15 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 21 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.25 |
| HSL | 52.28º | 0.8% | 0.42% | - |
| HSV(B) | 52.28º | 0.89% | 0.75% | - |
| XYZ | 36.25 | 40.01 | 6.52 | - |
| YUV | 159.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 21 | 0 | 0.11 | 0.89 | 0.25 | 52.28 | 0.8 | 0.42 |
| Hex | C0 | AA | 15 | 0 | B | 59 | 19 | 34 | 50 | 2A |
| Octal | 300 | 252 | 25 | 0 | 13 | 131 | 31 | 64 | 120 | 52 |
| Binary | 11000000 | 10101010 | 10101 | 0 | 1011 | 1011001 | 11001 | 110100 | 1010000 | 101010 |
Color Harmonies of #C0AA15
Complementary color
Monochromatic Colors of #C0AA15
Black with #C0AA15
Text Example
Text Example
White with #C0AA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA15; }
p { color: rgb(192,170,21); }
H1.HeaderClassName
{
color: #C0AA15;
}
.AnyTagClassName
{
color: #C0AA15;
}
</style>
background-color css
<style>
a { background-color: #C0AA15; }
a { background-color: rgb(192,170,21); }
div.DivClassName
{
background-color: #C0AA15;
}
.BgClassName
{
background-color: #C0AA15;
}
</style>
border-color css
<style>
span { border-color: #C0AA15; }
span { border-color: rgb(192,170,21); }
td.TdClassName
{
border-color: #C0AA15;
}
.TagClassName
{
border-color: #C0AA15;
}
</style>