Shades of Earls Green #C5A62B
Tints of Earls Green #C5A62B
RGB
CMYK
RGB Variations
Color information
#C5A62B (or 0xC5A62B) is known color: Earls Green. HEX triplet: C5, A6 and 2B. RGB value is (197,166,43). Sum of RGB (Red+Green+Blue) = 197+166+43=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A62B is #3A59D4. Grayscale: #A1A1A1. Windows color (decimal): -3824085 or 2860741. OLE color: 2860741.
HSL color Cylindrical-coordinate representation of color #C5A62B: hue angle of 47.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5A62B is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 43 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.23 |
| HSL | 47.92º | 0.64% | 0.47% | - |
| HSV(B) | 47.92º | 0.78% | 0.77% | - |
| XYZ | 37.1 | 39.32 | 7.92 | - |
| YUV | 161.25 | 61.27 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 43 | 0 | 0.16 | 0.78 | 0.23 | 47.92 | 0.64 | 0.47 |
| Hex | C5 | A6 | 2B | 0 | 10 | 4E | 17 | 30 | 40 | 2F |
| Octal | 305 | 246 | 53 | 0 | 20 | 116 | 27 | 60 | 100 | 57 |
| Binary | 11000101 | 10100110 | 101011 | 0 | 10000 | 1001110 | 10111 | 110000 | 1000000 | 101111 |
Color Harmonies of #C5A62B
Complementary color
Monochromatic Colors of #C5A62B
Black with #C5A62B
Text Example
Text Example
White with #C5A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A62B; }
p { color: rgb(197,166,43); }
H1.HeaderClassName
{
color: #C5A62B;
}
.AnyTagClassName
{
color: #C5A62B;
}
</style>
background-color css
<style>
a { background-color: #C5A62B; }
a { background-color: rgb(197,166,43); }
div.DivClassName
{
background-color: #C5A62B;
}
.BgClassName
{
background-color: #C5A62B;
}
</style>
border-color css
<style>
span { border-color: #C5A62B; }
span { border-color: rgb(197,166,43); }
td.TdClassName
{
border-color: #C5A62B;
}
.TagClassName
{
border-color: #C5A62B;
}
</style>