Shades of Earls Green #C0AC0F
Tints of Earls Green #C0AC0F
RGB
CMYK
RGB Variations
Color information
#C0AC0F (or 0xC0AC0F) is known color: Earls Green. HEX triplet: C0, AC and 0F. RGB value is (192,172,15). Sum of RGB (Red+Green+Blue) = 192+172+15=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC0F is #3F53F0. Grayscale: #A0A0A0. Windows color (decimal): -4150257 or 1027264. OLE color: 1027264.
HSL color Cylindrical-coordinate representation of color #C0AC0F: hue angle of 53.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0AC0F is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 15 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.25 |
| HSL | 53.22º | 0.86% | 0.41% | - |
| HSV(B) | 53.22º | 0.92% | 0.75% | - |
| XYZ | 36.58 | 40.75 | 6.39 | - |
| YUV | 160.08 | 46.13 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 15 | 0 | 0.10 | 0.92 | 0.25 | 53.22 | 0.86 | 0.41 |
| Hex | C0 | AC | F | 0 | A | 5C | 19 | 35 | 56 | 29 |
| Octal | 300 | 254 | 17 | 0 | 12 | 134 | 31 | 65 | 126 | 51 |
| Binary | 11000000 | 10101100 | 1111 | 0 | 1010 | 1011100 | 11001 | 110101 | 1010110 | 101001 |
Color Harmonies of #C0AC0F
Complementary color
Monochromatic Colors of #C0AC0F
Black with #C0AC0F
Text Example
Text Example
White with #C0AC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC0F; }
p { color: rgb(192,172,15); }
H1.HeaderClassName
{
color: #C0AC0F;
}
.AnyTagClassName
{
color: #C0AC0F;
}
</style>
background-color css
<style>
a { background-color: #C0AC0F; }
a { background-color: rgb(192,172,15); }
div.DivClassName
{
background-color: #C0AC0F;
}
.BgClassName
{
background-color: #C0AC0F;
}
</style>
border-color css
<style>
span { border-color: #C0AC0F; }
span { border-color: rgb(192,172,15); }
td.TdClassName
{
border-color: #C0AC0F;
}
.TagClassName
{
border-color: #C0AC0F;
}
</style>