Shades of Earls Green #C2AC0F
Tints of Earls Green #C2AC0F
RGB
CMYK
RGB Variations
Color information
#C2AC0F (or 0xC2AC0F) is known color: Earls Green. HEX triplet: C2, AC and 0F. RGB value is (194,172,15). Sum of RGB (Red+Green+Blue) = 194+172+15=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AC0F is #3D53F0. Grayscale: #A1A1A1. Windows color (decimal): -4019185 or 1027266. OLE color: 1027266.
HSL color Cylindrical-coordinate representation of color #C2AC0F: hue angle of 52.63º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2AC0F is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 15 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.24 |
| HSL | 52.63º | 0.86% | 0.41% | - |
| HSV(B) | 52.63º | 0.92% | 0.76% | - |
| XYZ | 37.09 | 41.01 | 6.41 | - |
| YUV | 160.68 | 45.79 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 15 | 0 | 0.11 | 0.92 | 0.24 | 52.63 | 0.86 | 0.41 |
| Hex | C2 | AC | F | 0 | B | 5C | 18 | 35 | 56 | 29 |
| Octal | 302 | 254 | 17 | 0 | 13 | 134 | 30 | 65 | 126 | 51 |
| Binary | 11000010 | 10101100 | 1111 | 0 | 1011 | 1011100 | 11000 | 110101 | 1010110 | 101001 |
Color Harmonies of #C2AC0F
Complementary color
Monochromatic Colors of #C2AC0F
Black with #C2AC0F
Text Example
Text Example
White with #C2AC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC0F; }
p { color: rgb(194,172,15); }
H1.HeaderClassName
{
color: #C2AC0F;
}
.AnyTagClassName
{
color: #C2AC0F;
}
</style>
background-color css
<style>
a { background-color: #C2AC0F; }
a { background-color: rgb(194,172,15); }
div.DivClassName
{
background-color: #C2AC0F;
}
.BgClassName
{
background-color: #C2AC0F;
}
</style>
border-color css
<style>
span { border-color: #C2AC0F; }
span { border-color: rgb(194,172,15); }
td.TdClassName
{
border-color: #C2AC0F;
}
.TagClassName
{
border-color: #C2AC0F;
}
</style>