Shades of Earls Green #C2AD22
Tints of Earls Green #C2AD22
RGB
CMYK
RGB Variations
Color information
#C2AD22 (or 0xC2AD22) is known color: Earls Green. HEX triplet: C2, AD and 22. RGB value is (194,173,34). Sum of RGB (Red+Green+Blue) = 194+173+34=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD22 is #3D52DD. Grayscale: #A4A4A4. Windows color (decimal): -4018910 or 2272706. OLE color: 2272706.
HSL color Cylindrical-coordinate representation of color #C2AD22: hue angle of 52.12º 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 #C2AD22 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 34 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.24 |
| HSL | 52.13º | 0.7% | 0.45% | - |
| HSV(B) | 52.13º | 0.82% | 0.76% | - |
| XYZ | 37.48 | 41.47 | 7.54 | - |
| YUV | 163.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 34 | 0 | 0.11 | 0.82 | 0.24 | 52.13 | 0.7 | 0.45 |
| Hex | C2 | AD | 22 | 0 | B | 52 | 18 | 34 | 46 | 2D |
| Octal | 302 | 255 | 42 | 0 | 13 | 122 | 30 | 64 | 106 | 55 |
| Binary | 11000010 | 10101101 | 100010 | 0 | 1011 | 1010010 | 11000 | 110100 | 1000110 | 101101 |
Color Harmonies of #C2AD22
Complementary color
Monochromatic Colors of #C2AD22
Black with #C2AD22
Text Example
Text Example
White with #C2AD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD22; }
p { color: rgb(194,173,34); }
H1.HeaderClassName
{
color: #C2AD22;
}
.AnyTagClassName
{
color: #C2AD22;
}
</style>
background-color css
<style>
a { background-color: #C2AD22; }
a { background-color: rgb(194,173,34); }
div.DivClassName
{
background-color: #C2AD22;
}
.BgClassName
{
background-color: #C2AD22;
}
</style>
border-color css
<style>
span { border-color: #C2AD22; }
span { border-color: rgb(194,173,34); }
td.TdClassName
{
border-color: #C2AD22;
}
.TagClassName
{
border-color: #C2AD22;
}
</style>