Shades of Earls Green #C2AC22
Tints of Earls Green #C2AC22
RGB
CMYK
RGB Variations
Color information
#C2AC22 (or 0xC2AC22) is known color: Earls Green. HEX triplet: C2, AC and 22. RGB value is (194,172,34). Sum of RGB (Red+Green+Blue) = 194+172+34=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC22 is #3D53DD. Grayscale: #A3A3A3. Windows color (decimal): -4019166 or 2272450. OLE color: 2272450.
HSL color Cylindrical-coordinate representation of color #C2AC22: hue angle of 51.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2AC22 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 34 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.24 |
| HSL | 51.75º | 0.7% | 0.45% | - |
| HSV(B) | 51.75º | 0.82% | 0.76% | - |
| XYZ | 37.29 | 41.09 | 7.48 | - |
| YUV | 162.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 34 | 0 | 0.11 | 0.82 | 0.24 | 51.75 | 0.7 | 0.45 |
| Hex | C2 | AC | 22 | 0 | B | 52 | 18 | 34 | 46 | 2D |
| Octal | 302 | 254 | 42 | 0 | 13 | 122 | 30 | 64 | 106 | 55 |
| Binary | 11000010 | 10101100 | 100010 | 0 | 1011 | 1010010 | 11000 | 110100 | 1000110 | 101101 |
Color Harmonies of #C2AC22
Complementary color
Monochromatic Colors of #C2AC22
Black with #C2AC22
Text Example
Text Example
White with #C2AC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC22; }
p { color: rgb(194,172,34); }
H1.HeaderClassName
{
color: #C2AC22;
}
.AnyTagClassName
{
color: #C2AC22;
}
</style>
background-color css
<style>
a { background-color: #C2AC22; }
a { background-color: rgb(194,172,34); }
div.DivClassName
{
background-color: #C2AC22;
}
.BgClassName
{
background-color: #C2AC22;
}
</style>
border-color css
<style>
span { border-color: #C2AC22; }
span { border-color: rgb(194,172,34); }
td.TdClassName
{
border-color: #C2AC22;
}
.TagClassName
{
border-color: #C2AC22;
}
</style>