Shades of Earls Green #C0AA13
Tints of Earls Green #C0AA13
RGB
CMYK
RGB Variations
Color information
#C0AA13 (or 0xC0AA13) is known color: Earls Green. HEX triplet: C0, AA and 13. RGB value is (192,170,19). Sum of RGB (Red+Green+Blue) = 192+170+19=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA13 is #3F55EC. Grayscale: #9F9F9F. Windows color (decimal): -4150765 or 1288896. OLE color: 1288896.
HSL color Cylindrical-coordinate representation of color #C0AA13: hue angle of 52.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0AA13 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 19 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.25 |
| HSL | 52.37º | 0.82% | 0.41% | - |
| HSV(B) | 52.37º | 0.9% | 0.75% | - |
| XYZ | 36.23 | 40 | 6.43 | - |
| YUV | 159.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 19 | 0 | 0.11 | 0.90 | 0.25 | 52.37 | 0.82 | 0.41 |
| Hex | C0 | AA | 13 | 0 | B | 5A | 19 | 34 | 52 | 29 |
| Octal | 300 | 252 | 23 | 0 | 13 | 132 | 31 | 64 | 122 | 51 |
| Binary | 11000000 | 10101010 | 10011 | 0 | 1011 | 1011010 | 11001 | 110100 | 1010010 | 101001 |
Color Harmonies of #C0AA13
Complementary color
Monochromatic Colors of #C0AA13
Black with #C0AA13
Text Example
Text Example
White with #C0AA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA13; }
p { color: rgb(192,170,19); }
H1.HeaderClassName
{
color: #C0AA13;
}
.AnyTagClassName
{
color: #C0AA13;
}
</style>
background-color css
<style>
a { background-color: #C0AA13; }
a { background-color: rgb(192,170,19); }
div.DivClassName
{
background-color: #C0AA13;
}
.BgClassName
{
background-color: #C0AA13;
}
</style>
border-color css
<style>
span { border-color: #C0AA13; }
span { border-color: rgb(192,170,19); }
td.TdClassName
{
border-color: #C0AA13;
}
.TagClassName
{
border-color: #C0AA13;
}
</style>