Shades of Earls Green #C4AB22
Tints of Earls Green #C4AB22
RGB
CMYK
RGB Variations
Color information
#C4AB22 (or 0xC4AB22) is known color: Earls Green. HEX triplet: C4, AB and 22. RGB value is (196,171,34). Sum of RGB (Red+Green+Blue) = 196+171+34=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB22 is #3B54DD. Grayscale: #A3A3A3. Windows color (decimal): -3888350 or 2272196. OLE color: 2272196.
HSL color Cylindrical-coordinate representation of color #C4AB22: hue angle of 50.74º degrees, saturation: 0.7, 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 #C4AB22 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 34 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.23 |
| HSL | 50.74º | 0.7% | 0.45% | - |
| HSV(B) | 50.74º | 0.83% | 0.77% | - |
| XYZ | 37.62 | 40.98 | 7.44 | - |
| YUV | 162.86 | 55.28 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 34 | 0 | 0.13 | 0.83 | 0.23 | 50.74 | 0.7 | 0.45 |
| Hex | C4 | AB | 22 | 0 | D | 53 | 17 | 33 | 46 | 2D |
| Octal | 304 | 253 | 42 | 0 | 15 | 123 | 27 | 63 | 106 | 55 |
| Binary | 11000100 | 10101011 | 100010 | 0 | 1101 | 1010011 | 10111 | 110011 | 1000110 | 101101 |
Color Harmonies of #C4AB22
Complementary color
Monochromatic Colors of #C4AB22
Black with #C4AB22
Text Example
Text Example
White with #C4AB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB22; }
p { color: rgb(196,171,34); }
H1.HeaderClassName
{
color: #C4AB22;
}
.AnyTagClassName
{
color: #C4AB22;
}
</style>
background-color css
<style>
a { background-color: #C4AB22; }
a { background-color: rgb(196,171,34); }
div.DivClassName
{
background-color: #C4AB22;
}
.BgClassName
{
background-color: #C4AB22;
}
</style>
border-color css
<style>
span { border-color: #C4AB22; }
span { border-color: rgb(196,171,34); }
td.TdClassName
{
border-color: #C4AB22;
}
.TagClassName
{
border-color: #C4AB22;
}
</style>