Shades of Earls Green #C2A42E
Tints of Earls Green #C2A42E
RGB
CMYK
RGB Variations
Color information
#C2A42E (or 0xC2A42E) is known color: Earls Green. HEX triplet: C2, A4 and 2E. RGB value is (194,164,46). Sum of RGB (Red+Green+Blue) = 194+164+46=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A42E is #3D5BD1. Grayscale: #A0A0A0. Windows color (decimal): -4021202 or 3056834. OLE color: 3056834.
HSL color Cylindrical-coordinate representation of color #C2A42E: hue angle of 47.84º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2A42E is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 46 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.24 |
| HSL | 47.84º | 0.62% | 0.47% | - |
| HSV(B) | 47.84º | 0.76% | 0.76% | - |
| XYZ | 36.02 | 38.22 | 8.06 | - |
| YUV | 159.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 46 | 0 | 0.15 | 0.76 | 0.24 | 47.84 | 0.62 | 0.47 |
| Hex | C2 | A4 | 2E | 0 | F | 4C | 18 | 30 | 3E | 2F |
| Octal | 302 | 244 | 56 | 0 | 17 | 114 | 30 | 60 | 76 | 57 |
| Binary | 11000010 | 10100100 | 101110 | 0 | 1111 | 1001100 | 11000 | 110000 | 111110 | 101111 |
Color Harmonies of #C2A42E
Complementary color
Monochromatic Colors of #C2A42E
Black with #C2A42E
Text Example
Text Example
White with #C2A42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A42E; }
p { color: rgb(194,164,46); }
H1.HeaderClassName
{
color: #C2A42E;
}
.AnyTagClassName
{
color: #C2A42E;
}
</style>
background-color css
<style>
a { background-color: #C2A42E; }
a { background-color: rgb(194,164,46); }
div.DivClassName
{
background-color: #C2A42E;
}
.BgClassName
{
background-color: #C2A42E;
}
</style>
border-color css
<style>
span { border-color: #C2A42E; }
span { border-color: rgb(194,164,46); }
td.TdClassName
{
border-color: #C2A42E;
}
.TagClassName
{
border-color: #C2A42E;
}
</style>