Shades of Earls Green #C0AC0E
Tints of Earls Green #C0AC0E
RGB
CMYK
RGB Variations
Color information
#C0AC0E (or 0xC0AC0E) is known color: Earls Green. HEX triplet: C0, AC and 0E. RGB value is (192,172,14). Sum of RGB (Red+Green+Blue) = 192+172+14=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC0E is #3F53F1. Grayscale: #A0A0A0. Windows color (decimal): -4150258 or 961728. OLE color: 961728.
HSL color Cylindrical-coordinate representation of color #C0AC0E: hue angle of 53.26º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0AC0E is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 14 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.25 |
| HSL | 53.26º | 0.86% | 0.4% | - |
| HSV(B) | 53.26º | 0.93% | 0.75% | - |
| XYZ | 36.57 | 40.74 | 6.35 | - |
| YUV | 159.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 14 | 0 | 0.10 | 0.93 | 0.25 | 53.26 | 0.86 | 0.4 |
| Hex | C0 | AC | E | 0 | A | 5D | 19 | 35 | 56 | 28 |
| Octal | 300 | 254 | 16 | 0 | 12 | 135 | 31 | 65 | 126 | 50 |
| Binary | 11000000 | 10101100 | 1110 | 0 | 1010 | 1011101 | 11001 | 110101 | 1010110 | 101000 |
Color Harmonies of #C0AC0E
Complementary color
Monochromatic Colors of #C0AC0E
Black with #C0AC0E
Text Example
Text Example
White with #C0AC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC0E; }
p { color: rgb(192,172,14); }
H1.HeaderClassName
{
color: #C0AC0E;
}
.AnyTagClassName
{
color: #C0AC0E;
}
</style>
background-color css
<style>
a { background-color: #C0AC0E; }
a { background-color: rgb(192,172,14); }
div.DivClassName
{
background-color: #C0AC0E;
}
.BgClassName
{
background-color: #C0AC0E;
}
</style>
border-color css
<style>
span { border-color: #C0AC0E; }
span { border-color: rgb(192,172,14); }
td.TdClassName
{
border-color: #C0AC0E;
}
.TagClassName
{
border-color: #C0AC0E;
}
</style>