Shades of Earls Green #C2AC25
Tints of Earls Green #C2AC25
RGB
CMYK
RGB Variations
Color information
#C2AC25 (or 0xC2AC25) is known color: Earls Green. HEX triplet: C2, AC and 25. RGB value is (194,172,37). Sum of RGB (Red+Green+Blue) = 194+172+37=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC25 is #3D53DA. Grayscale: #A3A3A3. Windows color (decimal): -4019163 or 2469058. OLE color: 2469058.
HSL color Cylindrical-coordinate representation of color #C2AC25: hue angle of 51.59º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2AC25 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 37 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.24 |
| HSL | 51.59º | 0.68% | 0.45% | - |
| HSV(B) | 51.59º | 0.81% | 0.76% | - |
| XYZ | 37.33 | 41.11 | 7.72 | - |
| YUV | 163.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 37 | 0 | 0.11 | 0.81 | 0.24 | 51.59 | 0.68 | 0.45 |
| Hex | C2 | AC | 25 | 0 | B | 51 | 18 | 34 | 44 | 2D |
| Octal | 302 | 254 | 45 | 0 | 13 | 121 | 30 | 64 | 104 | 55 |
| Binary | 11000010 | 10101100 | 100101 | 0 | 1011 | 1010001 | 11000 | 110100 | 1000100 | 101101 |
Color Harmonies of #C2AC25
Complementary color
Monochromatic Colors of #C2AC25
Black with #C2AC25
Text Example
Text Example
White with #C2AC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC25; }
p { color: rgb(194,172,37); }
H1.HeaderClassName
{
color: #C2AC25;
}
.AnyTagClassName
{
color: #C2AC25;
}
</style>
background-color css
<style>
a { background-color: #C2AC25; }
a { background-color: rgb(194,172,37); }
div.DivClassName
{
background-color: #C2AC25;
}
.BgClassName
{
background-color: #C2AC25;
}
</style>
border-color css
<style>
span { border-color: #C2AC25; }
span { border-color: rgb(194,172,37); }
td.TdClassName
{
border-color: #C2AC25;
}
.TagClassName
{
border-color: #C2AC25;
}
</style>