Shades of Earls Green #C2AF22
Tints of Earls Green #C2AF22
RGB
CMYK
RGB Variations
Color information
#C2AF22 (or 0xC2AF22) is known color: Earls Green. HEX triplet: C2, AF and 22. RGB value is (194,175,34). Sum of RGB (Red+Green+Blue) = 194+175+34=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF22 is #3D50DD. Grayscale: #A5A5A5. Windows color (decimal): -4018398 or 2273218. OLE color: 2273218.
HSL color Cylindrical-coordinate representation of color #C2AF22: hue angle of 52.88º 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 #C2AF22 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 34 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.24 |
| HSL | 52.88º | 0.7% | 0.45% | - |
| HSV(B) | 52.88º | 0.82% | 0.76% | - |
| XYZ | 37.87 | 42.24 | 7.67 | - |
| YUV | 164.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 34 | 0 | 0.10 | 0.82 | 0.24 | 52.88 | 0.7 | 0.45 |
| Hex | C2 | AF | 22 | 0 | A | 52 | 18 | 35 | 46 | 2D |
| Octal | 302 | 257 | 42 | 0 | 12 | 122 | 30 | 65 | 106 | 55 |
| Binary | 11000010 | 10101111 | 100010 | 0 | 1010 | 1010010 | 11000 | 110101 | 1000110 | 101101 |
Color Harmonies of #C2AF22
Complementary color
Monochromatic Colors of #C2AF22
Black with #C2AF22
Text Example
Text Example
White with #C2AF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF22; }
p { color: rgb(194,175,34); }
H1.HeaderClassName
{
color: #C2AF22;
}
.AnyTagClassName
{
color: #C2AF22;
}
</style>
background-color css
<style>
a { background-color: #C2AF22; }
a { background-color: rgb(194,175,34); }
div.DivClassName
{
background-color: #C2AF22;
}
.BgClassName
{
background-color: #C2AF22;
}
</style>
border-color css
<style>
span { border-color: #C2AF22; }
span { border-color: rgb(194,175,34); }
td.TdClassName
{
border-color: #C2AF22;
}
.TagClassName
{
border-color: #C2AF22;
}
</style>