Shades of Earls Green #C0AC15
Tints of Earls Green #C0AC15
RGB
CMYK
RGB Variations
Color information
#C0AC15 (or 0xC0AC15) is known color: Earls Green. HEX triplet: C0, AC and 15. RGB value is (192,172,21). Sum of RGB (Red+Green+Blue) = 192+172+21=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC15 is #3F53EA. Grayscale: #A1A1A1. Windows color (decimal): -4150251 or 1420480. OLE color: 1420480.
HSL color Cylindrical-coordinate representation of color #C0AC15: hue angle of 52.98º 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 #C0AC15 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 21 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.25 |
| HSL | 52.98º | 0.8% | 0.42% | - |
| HSV(B) | 52.98º | 0.89% | 0.75% | - |
| XYZ | 36.63 | 40.77 | 6.65 | - |
| YUV | 160.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 21 | 0 | 0.10 | 0.89 | 0.25 | 52.98 | 0.8 | 0.42 |
| Hex | C0 | AC | 15 | 0 | A | 59 | 19 | 35 | 50 | 2A |
| Octal | 300 | 254 | 25 | 0 | 12 | 131 | 31 | 65 | 120 | 52 |
| Binary | 11000000 | 10101100 | 10101 | 0 | 1010 | 1011001 | 11001 | 110101 | 1010000 | 101010 |
Color Harmonies of #C0AC15
Complementary color
Monochromatic Colors of #C0AC15
Black with #C0AC15
Text Example
Text Example
White with #C0AC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC15; }
p { color: rgb(192,172,21); }
H1.HeaderClassName
{
color: #C0AC15;
}
.AnyTagClassName
{
color: #C0AC15;
}
</style>
background-color css
<style>
a { background-color: #C0AC15; }
a { background-color: rgb(192,172,21); }
div.DivClassName
{
background-color: #C0AC15;
}
.BgClassName
{
background-color: #C0AC15;
}
</style>
border-color css
<style>
span { border-color: #C0AC15; }
span { border-color: rgb(192,172,21); }
td.TdClassName
{
border-color: #C0AC15;
}
.TagClassName
{
border-color: #C0AC15;
}
</style>