Shades of Earls Green #C4A42E
Tints of Earls Green #C4A42E
RGB
CMYK
RGB Variations
Color information
#C4A42E (or 0xC4A42E) is known color: Earls Green. HEX triplet: C4, A4 and 2E. RGB value is (196,164,46). Sum of RGB (Red+Green+Blue) = 196+164+46=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A42E is #3B5BD1. Grayscale: #A0A0A0. Windows color (decimal): -3890130 or 3056836. OLE color: 3056836.
HSL color Cylindrical-coordinate representation of color #C4A42E: hue angle of 47.2º degrees, saturation: 0.62, 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 #C4A42E is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 46 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.23 |
| HSL | 47.2º | 0.62% | 0.47% | - |
| HSV(B) | 47.2º | 0.77% | 0.77% | - |
| XYZ | 36.53 | 38.48 | 8.09 | - |
| YUV | 160.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 46 | 0 | 0.16 | 0.77 | 0.23 | 47.2 | 0.62 | 0.47 |
| Hex | C4 | A4 | 2E | 0 | 10 | 4D | 17 | 2F | 3E | 2F |
| Octal | 304 | 244 | 56 | 0 | 20 | 115 | 27 | 57 | 76 | 57 |
| Binary | 11000100 | 10100100 | 101110 | 0 | 10000 | 1001101 | 10111 | 101111 | 111110 | 101111 |
Color Harmonies of #C4A42E
Complementary color
Monochromatic Colors of #C4A42E
Black with #C4A42E
Text Example
Text Example
White with #C4A42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A42E; }
p { color: rgb(196,164,46); }
H1.HeaderClassName
{
color: #C4A42E;
}
.AnyTagClassName
{
color: #C4A42E;
}
</style>
background-color css
<style>
a { background-color: #C4A42E; }
a { background-color: rgb(196,164,46); }
div.DivClassName
{
background-color: #C4A42E;
}
.BgClassName
{
background-color: #C4A42E;
}
</style>
border-color css
<style>
span { border-color: #C4A42E; }
span { border-color: rgb(196,164,46); }
td.TdClassName
{
border-color: #C4A42E;
}
.TagClassName
{
border-color: #C4A42E;
}
</style>