Shades of Earls Green #C2AC19
Tints of Earls Green #C2AC19
RGB
CMYK
RGB Variations
Color information
#C2AC19 (or 0xC2AC19) is known color: Earls Green. HEX triplet: C2, AC and 19. RGB value is (194,172,25). Sum of RGB (Red+Green+Blue) = 194+172+25=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AC19 is #3D53E6. Grayscale: #A2A2A2. Windows color (decimal): -4019175 or 1682626. OLE color: 1682626.
HSL color Cylindrical-coordinate representation of color #C2AC19: hue angle of 52.19º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2AC19 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 25 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.24 |
| HSL | 52.19º | 0.77% | 0.43% | - |
| HSV(B) | 52.19º | 0.87% | 0.76% | - |
| XYZ | 37.18 | 41.04 | 6.88 | - |
| YUV | 161.82 | 50.79 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 25 | 0 | 0.11 | 0.87 | 0.24 | 52.19 | 0.77 | 0.43 |
| Hex | C2 | AC | 19 | 0 | B | 57 | 18 | 34 | 4D | 2B |
| Octal | 302 | 254 | 31 | 0 | 13 | 127 | 30 | 64 | 115 | 53 |
| Binary | 11000010 | 10101100 | 11001 | 0 | 1011 | 1010111 | 11000 | 110100 | 1001101 | 101011 |
Color Harmonies of #C2AC19
Complementary color
Monochromatic Colors of #C2AC19
Black with #C2AC19
Text Example
Text Example
White with #C2AC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC19; }
p { color: rgb(194,172,25); }
H1.HeaderClassName
{
color: #C2AC19;
}
.AnyTagClassName
{
color: #C2AC19;
}
</style>
background-color css
<style>
a { background-color: #C2AC19; }
a { background-color: rgb(194,172,25); }
div.DivClassName
{
background-color: #C2AC19;
}
.BgClassName
{
background-color: #C2AC19;
}
</style>
border-color css
<style>
span { border-color: #C2AC19; }
span { border-color: rgb(194,172,25); }
td.TdClassName
{
border-color: #C2AC19;
}
.TagClassName
{
border-color: #C2AC19;
}
</style>