Shades of Earls Green #C5A620
Tints of Earls Green #C5A620
RGB
CMYK
RGB Variations
Color information
#C5A620 (or 0xC5A620) is known color: Earls Green. HEX triplet: C5, A6 and 20. RGB value is (197,166,32). Sum of RGB (Red+Green+Blue) = 197+166+32=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A620 is #3A59DF. Grayscale: #A0A0A0. Windows color (decimal): -3824096 or 2139845. OLE color: 2139845.
HSL color Cylindrical-coordinate representation of color #C5A620: hue angle of 48.73º 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 #C5A620 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 32 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.23 |
| HSL | 48.73º | 0.72% | 0.45% | - |
| HSV(B) | 48.73º | 0.84% | 0.77% | - |
| XYZ | 36.92 | 39.25 | 7 | - |
| YUV | 159.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 32 | 0 | 0.16 | 0.84 | 0.23 | 48.73 | 0.72 | 0.45 |
| Hex | C5 | A6 | 20 | 0 | 10 | 54 | 17 | 31 | 48 | 2D |
| Octal | 305 | 246 | 40 | 0 | 20 | 124 | 27 | 61 | 110 | 55 |
| Binary | 11000101 | 10100110 | 100000 | 0 | 10000 | 1010100 | 10111 | 110001 | 1001000 | 101101 |
Color Harmonies of #C5A620
Complementary color
Monochromatic Colors of #C5A620
Black with #C5A620
Text Example
Text Example
White with #C5A620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A620; }
p { color: rgb(197,166,32); }
H1.HeaderClassName
{
color: #C5A620;
}
.AnyTagClassName
{
color: #C5A620;
}
</style>
background-color css
<style>
a { background-color: #C5A620; }
a { background-color: rgb(197,166,32); }
div.DivClassName
{
background-color: #C5A620;
}
.BgClassName
{
background-color: #C5A620;
}
</style>
border-color css
<style>
span { border-color: #C5A620; }
span { border-color: rgb(197,166,32); }
td.TdClassName
{
border-color: #C5A620;
}
.TagClassName
{
border-color: #C5A620;
}
</style>