Shades of Earls Green #C2AA22
Tints of Earls Green #C2AA22
RGB
CMYK
RGB Variations
Color information
#C2AA22 (or 0xC2AA22) is known color: Earls Green. HEX triplet: C2, AA and 22. RGB value is (194,170,34). Sum of RGB (Red+Green+Blue) = 194+170+34=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA22 is #3D55DD. Grayscale: #A2A2A2. Windows color (decimal): -4019678 or 2271938. OLE color: 2271938.
HSL color Cylindrical-coordinate representation of color #C2AA22: hue angle of 51º 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 #C2AA22 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 34 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.24 |
| HSL | 51º | 0.7% | 0.45% | - |
| HSV(B) | 51º | 0.82% | 0.76% | - |
| XYZ | 36.91 | 40.33 | 7.35 | - |
| YUV | 161.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 34 | 0 | 0.12 | 0.82 | 0.24 | 51 | 0.7 | 0.45 |
| Hex | C2 | AA | 22 | 0 | C | 52 | 18 | 33 | 46 | 2D |
| Octal | 302 | 252 | 42 | 0 | 14 | 122 | 30 | 63 | 106 | 55 |
| Binary | 11000010 | 10101010 | 100010 | 0 | 1100 | 1010010 | 11000 | 110011 | 1000110 | 101101 |
Color Harmonies of #C2AA22
Complementary color
Monochromatic Colors of #C2AA22
Black with #C2AA22
Text Example
Text Example
White with #C2AA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA22; }
p { color: rgb(194,170,34); }
H1.HeaderClassName
{
color: #C2AA22;
}
.AnyTagClassName
{
color: #C2AA22;
}
</style>
background-color css
<style>
a { background-color: #C2AA22; }
a { background-color: rgb(194,170,34); }
div.DivClassName
{
background-color: #C2AA22;
}
.BgClassName
{
background-color: #C2AA22;
}
</style>
border-color css
<style>
span { border-color: #C2AA22; }
span { border-color: rgb(194,170,34); }
td.TdClassName
{
border-color: #C2AA22;
}
.TagClassName
{
border-color: #C2AA22;
}
</style>