Shades of Earls Green #C5AB20
Tints of Earls Green #C5AB20
RGB
CMYK
RGB Variations
Color information
#C5AB20 (or 0xC5AB20) is known color: Earls Green. HEX triplet: C5, AB and 20. RGB value is (197,171,32). Sum of RGB (Red+Green+Blue) = 197+171+32=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB20 is #3A54DF. Grayscale: #A3A3A3. Windows color (decimal): -3822816 or 2141125. OLE color: 2141125.
HSL color Cylindrical-coordinate representation of color #C5AB20: hue angle of 50.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5AB20 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 32 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.23 |
| HSL | 50.55º | 0.72% | 0.45% | - |
| HSV(B) | 50.55º | 0.84% | 0.77% | - |
| XYZ | 37.85 | 41.1 | 7.3 | - |
| YUV | 162.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 32 | 0 | 0.13 | 0.84 | 0.23 | 50.55 | 0.72 | 0.45 |
| Hex | C5 | AB | 20 | 0 | D | 54 | 17 | 33 | 48 | 2D |
| Octal | 305 | 253 | 40 | 0 | 15 | 124 | 27 | 63 | 110 | 55 |
| Binary | 11000101 | 10101011 | 100000 | 0 | 1101 | 1010100 | 10111 | 110011 | 1001000 | 101101 |
Color Harmonies of #C5AB20
Complementary color
Monochromatic Colors of #C5AB20
Black with #C5AB20
Text Example
Text Example
White with #C5AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB20; }
p { color: rgb(197,171,32); }
H1.HeaderClassName
{
color: #C5AB20;
}
.AnyTagClassName
{
color: #C5AB20;
}
</style>
background-color css
<style>
a { background-color: #C5AB20; }
a { background-color: rgb(197,171,32); }
div.DivClassName
{
background-color: #C5AB20;
}
.BgClassName
{
background-color: #C5AB20;
}
</style>
border-color css
<style>
span { border-color: #C5AB20; }
span { border-color: rgb(197,171,32); }
td.TdClassName
{
border-color: #C5AB20;
}
.TagClassName
{
border-color: #C5AB20;
}
</style>