Shades of Earls Green #C5AA22
Tints of Earls Green #C5AA22
RGB
CMYK
RGB Variations
Color information
#C5AA22 (or 0xC5AA22) is known color: Earls Green. HEX triplet: C5, AA and 22. RGB value is (197,170,34). Sum of RGB (Red+Green+Blue) = 197+170+34=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA22 is #3A55DD. Grayscale: #A3A3A3. Windows color (decimal): -3823070 or 2271941. OLE color: 2271941.
HSL color Cylindrical-coordinate representation of color #C5AA22: hue angle of 50.06º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5AA22 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 34 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.23 |
| HSL | 50.06º | 0.71% | 0.45% | - |
| HSV(B) | 50.06º | 0.83% | 0.77% | - |
| XYZ | 37.69 | 40.74 | 7.39 | - |
| YUV | 162.57 | 55.45 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 34 | 0 | 0.14 | 0.83 | 0.23 | 50.06 | 0.71 | 0.45 |
| Hex | C5 | AA | 22 | 0 | E | 53 | 17 | 32 | 47 | 2D |
| Octal | 305 | 252 | 42 | 0 | 16 | 123 | 27 | 62 | 107 | 55 |
| Binary | 11000101 | 10101010 | 100010 | 0 | 1110 | 1010011 | 10111 | 110010 | 1000111 | 101101 |
Color Harmonies of #C5AA22
Complementary color
Monochromatic Colors of #C5AA22
Black with #C5AA22
Text Example
Text Example
White with #C5AA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA22; }
p { color: rgb(197,170,34); }
H1.HeaderClassName
{
color: #C5AA22;
}
.AnyTagClassName
{
color: #C5AA22;
}
</style>
background-color css
<style>
a { background-color: #C5AA22; }
a { background-color: rgb(197,170,34); }
div.DivClassName
{
background-color: #C5AA22;
}
.BgClassName
{
background-color: #C5AA22;
}
</style>
border-color css
<style>
span { border-color: #C5AA22; }
span { border-color: rgb(197,170,34); }
td.TdClassName
{
border-color: #C5AA22;
}
.TagClassName
{
border-color: #C5AA22;
}
</style>