Shades of Earls Green #C0AA17
Tints of Earls Green #C0AA17
RGB
CMYK
RGB Variations
Color information
#C0AA17 (or 0xC0AA17) is known color: Earls Green. HEX triplet: C0, AA and 17. RGB value is (192,170,23). Sum of RGB (Red+Green+Blue) = 192+170+23=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA17 is #3F55E8. Grayscale: #A0A0A0. Windows color (decimal): -4150761 or 1551040. OLE color: 1551040.
HSL color Cylindrical-coordinate representation of color #C0AA17: hue angle of 52.19º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0AA17 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 23 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.25 |
| HSL | 52.19º | 0.79% | 0.42% | - |
| HSV(B) | 52.19º | 0.88% | 0.75% | - |
| XYZ | 36.27 | 40.02 | 6.62 | - |
| YUV | 159.82 | 50.79 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 23 | 0 | 0.11 | 0.88 | 0.25 | 52.19 | 0.79 | 0.42 |
| Hex | C0 | AA | 17 | 0 | B | 58 | 19 | 34 | 4F | 2A |
| Octal | 300 | 252 | 27 | 0 | 13 | 130 | 31 | 64 | 117 | 52 |
| Binary | 11000000 | 10101010 | 10111 | 0 | 1011 | 1011000 | 11001 | 110100 | 1001111 | 101010 |
Color Harmonies of #C0AA17
Complementary color
Monochromatic Colors of #C0AA17
Black with #C0AA17
Text Example
Text Example
White with #C0AA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA17; }
p { color: rgb(192,170,23); }
H1.HeaderClassName
{
color: #C0AA17;
}
.AnyTagClassName
{
color: #C0AA17;
}
</style>
background-color css
<style>
a { background-color: #C0AA17; }
a { background-color: rgb(192,170,23); }
div.DivClassName
{
background-color: #C0AA17;
}
.BgClassName
{
background-color: #C0AA17;
}
</style>
border-color css
<style>
span { border-color: #C0AA17; }
span { border-color: rgb(192,170,23); }
td.TdClassName
{
border-color: #C0AA17;
}
.TagClassName
{
border-color: #C0AA17;
}
</style>