Shades of Earls Green #C5A42E
Tints of Earls Green #C5A42E
RGB
CMYK
RGB Variations
Color information
#C5A42E (or 0xC5A42E) is known color: Earls Green. HEX triplet: C5, A4 and 2E. RGB value is (197,164,46). Sum of RGB (Red+Green+Blue) = 197+164+46=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A42E is #3A5BD1. Grayscale: #A0A0A0. Windows color (decimal): -3824594 or 3056837. OLE color: 3056837.
HSL color Cylindrical-coordinate representation of color #C5A42E: hue angle of 46.89º 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 #C5A42E is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 46 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.23 |
| HSL | 46.89º | 0.62% | 0.48% | - |
| HSV(B) | 46.89º | 0.77% | 0.77% | - |
| XYZ | 36.79 | 38.62 | 8.1 | - |
| YUV | 160.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 46 | 0 | 0.17 | 0.77 | 0.23 | 46.89 | 0.62 | 0.48 |
| Hex | C5 | A4 | 2E | 0 | 11 | 4D | 17 | 2F | 3E | 30 |
| Octal | 305 | 244 | 56 | 0 | 21 | 115 | 27 | 57 | 76 | 60 |
| Binary | 11000101 | 10100100 | 101110 | 0 | 10001 | 1001101 | 10111 | 101111 | 111110 | 110000 |
Color Harmonies of #C5A42E
Complementary color
Monochromatic Colors of #C5A42E
Black with #C5A42E
Text Example
Text Example
White with #C5A42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A42E; }
p { color: rgb(197,164,46); }
H1.HeaderClassName
{
color: #C5A42E;
}
.AnyTagClassName
{
color: #C5A42E;
}
</style>
background-color css
<style>
a { background-color: #C5A42E; }
a { background-color: rgb(197,164,46); }
div.DivClassName
{
background-color: #C5A42E;
}
.BgClassName
{
background-color: #C5A42E;
}
</style>
border-color css
<style>
span { border-color: #C5A42E; }
span { border-color: rgb(197,164,46); }
td.TdClassName
{
border-color: #C5A42E;
}
.TagClassName
{
border-color: #C5A42E;
}
</style>