Shades of Earls Green #C0AC13
Tints of Earls Green #C0AC13
RGB
CMYK
RGB Variations
Color information
#C0AC13 (or 0xC0AC13) is known color: Earls Green. HEX triplet: C0, AC and 13. RGB value is (192,172,19). Sum of RGB (Red+Green+Blue) = 192+172+19=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC13 is #3F53EC. Grayscale: #A1A1A1. Windows color (decimal): -4150253 or 1289408. OLE color: 1289408.
HSL color Cylindrical-coordinate representation of color #C0AC13: hue angle of 53.06º 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 #C0AC13 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 19 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.25 |
| HSL | 53.06º | 0.82% | 0.41% | - |
| HSV(B) | 53.06º | 0.9% | 0.75% | - |
| XYZ | 36.61 | 40.76 | 6.55 | - |
| YUV | 160.54 | 48.13 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 19 | 0 | 0.10 | 0.90 | 0.25 | 53.06 | 0.82 | 0.41 |
| Hex | C0 | AC | 13 | 0 | A | 5A | 19 | 35 | 52 | 29 |
| Octal | 300 | 254 | 23 | 0 | 12 | 132 | 31 | 65 | 122 | 51 |
| Binary | 11000000 | 10101100 | 10011 | 0 | 1010 | 1011010 | 11001 | 110101 | 1010010 | 101001 |
Color Harmonies of #C0AC13
Complementary color
Monochromatic Colors of #C0AC13
Black with #C0AC13
Text Example
Text Example
White with #C0AC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC13; }
p { color: rgb(192,172,19); }
H1.HeaderClassName
{
color: #C0AC13;
}
.AnyTagClassName
{
color: #C0AC13;
}
</style>
background-color css
<style>
a { background-color: #C0AC13; }
a { background-color: rgb(192,172,19); }
div.DivClassName
{
background-color: #C0AC13;
}
.BgClassName
{
background-color: #C0AC13;
}
</style>
border-color css
<style>
span { border-color: #C0AC13; }
span { border-color: rgb(192,172,19); }
td.TdClassName
{
border-color: #C0AC13;
}
.TagClassName
{
border-color: #C0AC13;
}
</style>