Shades of Earls Green #C5A62D
Tints of Earls Green #C5A62D
RGB
CMYK
RGB Variations
Color information
#C5A62D (or 0xC5A62D) is known color: Earls Green. HEX triplet: C5, A6 and 2D. RGB value is (197,166,45). Sum of RGB (Red+Green+Blue) = 197+166+45=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A62D is #3A59D2. Grayscale: #A1A1A1. Windows color (decimal): -3824083 or 2991813. OLE color: 2991813.
HSL color Cylindrical-coordinate representation of color #C5A62D: hue angle of 47.76º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5A62D is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 45 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.23 |
| HSL | 47.76º | 0.63% | 0.47% | - |
| HSV(B) | 47.76º | 0.77% | 0.77% | - |
| XYZ | 37.14 | 39.33 | 8.12 | - |
| YUV | 161.48 | 62.27 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 45 | 0 | 0.16 | 0.77 | 0.23 | 47.76 | 0.63 | 0.47 |
| Hex | C5 | A6 | 2D | 0 | 10 | 4D | 17 | 30 | 3F | 2F |
| Octal | 305 | 246 | 55 | 0 | 20 | 115 | 27 | 60 | 77 | 57 |
| Binary | 11000101 | 10100110 | 101101 | 0 | 10000 | 1001101 | 10111 | 110000 | 111111 | 101111 |
Color Harmonies of #C5A62D
Complementary color
Monochromatic Colors of #C5A62D
Black with #C5A62D
Text Example
Text Example
White with #C5A62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A62D; }
p { color: rgb(197,166,45); }
H1.HeaderClassName
{
color: #C5A62D;
}
.AnyTagClassName
{
color: #C5A62D;
}
</style>
background-color css
<style>
a { background-color: #C5A62D; }
a { background-color: rgb(197,166,45); }
div.DivClassName
{
background-color: #C5A62D;
}
.BgClassName
{
background-color: #C5A62D;
}
</style>
border-color css
<style>
span { border-color: #C5A62D; }
span { border-color: rgb(197,166,45); }
td.TdClassName
{
border-color: #C5A62D;
}
.TagClassName
{
border-color: #C5A62D;
}
</style>