Shades of Earls Green #C2AC14
Tints of Earls Green #C2AC14
RGB
CMYK
RGB Variations
Color information
#C2AC14 (or 0xC2AC14) is known color: Earls Green. HEX triplet: C2, AC and 14. RGB value is (194,172,20). Sum of RGB (Red+Green+Blue) = 194+172+20=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AC14 is #3D53EB. Grayscale: #A1A1A1. Windows color (decimal): -4019180 or 1354946. OLE color: 1354946.
HSL color Cylindrical-coordinate representation of color #C2AC14: hue angle of 52.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2AC14 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 20 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.24 |
| HSL | 52.41º | 0.81% | 0.42% | - |
| HSV(B) | 52.41º | 0.9% | 0.76% | - |
| XYZ | 37.13 | 41.02 | 6.62 | - |
| YUV | 161.25 | 48.29 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 20 | 0 | 0.11 | 0.90 | 0.24 | 52.41 | 0.81 | 0.42 |
| Hex | C2 | AC | 14 | 0 | B | 5A | 18 | 34 | 51 | 2A |
| Octal | 302 | 254 | 24 | 0 | 13 | 132 | 30 | 64 | 121 | 52 |
| Binary | 11000010 | 10101100 | 10100 | 0 | 1011 | 1011010 | 11000 | 110100 | 1010001 | 101010 |
Color Harmonies of #C2AC14
Complementary color
Monochromatic Colors of #C2AC14
Black with #C2AC14
Text Example
Text Example
White with #C2AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC14; }
p { color: rgb(194,172,20); }
H1.HeaderClassName
{
color: #C2AC14;
}
.AnyTagClassName
{
color: #C2AC14;
}
</style>
background-color css
<style>
a { background-color: #C2AC14; }
a { background-color: rgb(194,172,20); }
div.DivClassName
{
background-color: #C2AC14;
}
.BgClassName
{
background-color: #C2AC14;
}
</style>
border-color css
<style>
span { border-color: #C2AC14; }
span { border-color: rgb(194,172,20); }
td.TdClassName
{
border-color: #C2AC14;
}
.TagClassName
{
border-color: #C2AC14;
}
</style>