Shades of Earls Green #C2AB20
Tints of Earls Green #C2AB20
RGB
CMYK
RGB Variations
Color information
#C2AB20 (or 0xC2AB20) is known color: Earls Green. HEX triplet: C2, AB and 20. RGB value is (194,171,32). Sum of RGB (Red+Green+Blue) = 194+171+32=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB20 is #3D54DF. Grayscale: #A2A2A2. Windows color (decimal): -4019424 or 2141122. OLE color: 2141122.
HSL color Cylindrical-coordinate representation of color #C2AB20: hue angle of 51.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2AB20 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 32 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.24 |
| HSL | 51.48º | 0.72% | 0.44% | - |
| HSV(B) | 51.48º | 0.84% | 0.76% | - |
| XYZ | 37.07 | 40.7 | 7.27 | - |
| YUV | 162.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 32 | 0 | 0.12 | 0.84 | 0.24 | 51.48 | 0.72 | 0.44 |
| Hex | C2 | AB | 20 | 0 | C | 54 | 18 | 33 | 48 | 2C |
| Octal | 302 | 253 | 40 | 0 | 14 | 124 | 30 | 63 | 110 | 54 |
| Binary | 11000010 | 10101011 | 100000 | 0 | 1100 | 1010100 | 11000 | 110011 | 1001000 | 101100 |
Color Harmonies of #C2AB20
Complementary color
Monochromatic Colors of #C2AB20
Black with #C2AB20
Text Example
Text Example
White with #C2AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB20; }
p { color: rgb(194,171,32); }
H1.HeaderClassName
{
color: #C2AB20;
}
.AnyTagClassName
{
color: #C2AB20;
}
</style>
background-color css
<style>
a { background-color: #C2AB20; }
a { background-color: rgb(194,171,32); }
div.DivClassName
{
background-color: #C2AB20;
}
.BgClassName
{
background-color: #C2AB20;
}
</style>
border-color css
<style>
span { border-color: #C2AB20; }
span { border-color: rgb(194,171,32); }
td.TdClassName
{
border-color: #C2AB20;
}
.TagClassName
{
border-color: #C2AB20;
}
</style>