Shades of Earls Green #C5A82E
Tints of Earls Green #C5A82E
RGB
CMYK
RGB Variations
Color information
#C5A82E (or 0xC5A82E) is known color: Earls Green. HEX triplet: C5, A8 and 2E. RGB value is (197,168,46). Sum of RGB (Red+Green+Blue) = 197+168+46=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A82E is #3A57D1. Grayscale: #A3A3A3. Windows color (decimal): -3823570 or 3057861. OLE color: 3057861.
HSL color Cylindrical-coordinate representation of color #C5A82E: hue angle of 48.48º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5A82E is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 46 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.23 |
| HSL | 48.48º | 0.62% | 0.48% | - |
| HSV(B) | 48.48º | 0.77% | 0.77% | - |
| XYZ | 37.52 | 40.07 | 8.34 | - |
| YUV | 162.76 | 62.11 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 46 | 0 | 0.15 | 0.77 | 0.23 | 48.48 | 0.62 | 0.48 |
| Hex | C5 | A8 | 2E | 0 | F | 4D | 17 | 30 | 3E | 30 |
| Octal | 305 | 250 | 56 | 0 | 17 | 115 | 27 | 60 | 76 | 60 |
| Binary | 11000101 | 10101000 | 101110 | 0 | 1111 | 1001101 | 10111 | 110000 | 111110 | 110000 |
Color Harmonies of #C5A82E
Complementary color
Monochromatic Colors of #C5A82E
Black with #C5A82E
Text Example
Text Example
White with #C5A82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A82E; }
p { color: rgb(197,168,46); }
H1.HeaderClassName
{
color: #C5A82E;
}
.AnyTagClassName
{
color: #C5A82E;
}
</style>
background-color css
<style>
a { background-color: #C5A82E; }
a { background-color: rgb(197,168,46); }
div.DivClassName
{
background-color: #C5A82E;
}
.BgClassName
{
background-color: #C5A82E;
}
</style>
border-color css
<style>
span { border-color: #C5A82E; }
span { border-color: rgb(197,168,46); }
td.TdClassName
{
border-color: #C5A82E;
}
.TagClassName
{
border-color: #C5A82E;
}
</style>