Shades of Earls Green #C0AC16
Tints of Earls Green #C0AC16
RGB
CMYK
RGB Variations
Color information
#C0AC16 (or 0xC0AC16) is known color: Earls Green. HEX triplet: C0, AC and 16. RGB value is (192,172,22). Sum of RGB (Red+Green+Blue) = 192+172+22=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC16 is #3F53E9. Grayscale: #A1A1A1. Windows color (decimal): -4150250 or 1486016. OLE color: 1486016.
HSL color Cylindrical-coordinate representation of color #C0AC16: hue angle of 52.94º degrees, saturation: 0.79, 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 #C0AC16 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 22 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.25 |
| HSL | 52.94º | 0.79% | 0.42% | - |
| HSV(B) | 52.94º | 0.89% | 0.75% | - |
| XYZ | 36.64 | 40.77 | 6.7 | - |
| YUV | 160.88 | 49.63 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 22 | 0 | 0.10 | 0.89 | 0.25 | 52.94 | 0.79 | 0.42 |
| Hex | C0 | AC | 16 | 0 | A | 59 | 19 | 35 | 4F | 2A |
| Octal | 300 | 254 | 26 | 0 | 12 | 131 | 31 | 65 | 117 | 52 |
| Binary | 11000000 | 10101100 | 10110 | 0 | 1010 | 1011001 | 11001 | 110101 | 1001111 | 101010 |
Color Harmonies of #C0AC16
Complementary color
Monochromatic Colors of #C0AC16
Black with #C0AC16
Text Example
Text Example
White with #C0AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC16; }
p { color: rgb(192,172,22); }
H1.HeaderClassName
{
color: #C0AC16;
}
.AnyTagClassName
{
color: #C0AC16;
}
</style>
background-color css
<style>
a { background-color: #C0AC16; }
a { background-color: rgb(192,172,22); }
div.DivClassName
{
background-color: #C0AC16;
}
.BgClassName
{
background-color: #C0AC16;
}
</style>
border-color css
<style>
span { border-color: #C0AC16; }
span { border-color: rgb(192,172,22); }
td.TdClassName
{
border-color: #C0AC16;
}
.TagClassName
{
border-color: #C0AC16;
}
</style>