Shades of Earls Green #C2A42F
Tints of Earls Green #C2A42F
RGB
CMYK
RGB Variations
Color information
#C2A42F (or 0xC2A42F) is known color: Earls Green. HEX triplet: C2, A4 and 2F. RGB value is (194,164,47). Sum of RGB (Red+Green+Blue) = 194+164+47=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A42F is #3D5BD0. Grayscale: #A0A0A0. Windows color (decimal): -4021201 or 3122370. OLE color: 3122370.
HSL color Cylindrical-coordinate representation of color #C2A42F: hue angle of 47.76º degrees, saturation: 0.61, 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 #C2A42F is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 47 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.24 |
| HSL | 47.76º | 0.61% | 0.47% | - |
| HSV(B) | 47.76º | 0.76% | 0.76% | - |
| XYZ | 36.04 | 38.23 | 8.17 | - |
| YUV | 159.63 | 64.44 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 47 | 0 | 0.15 | 0.76 | 0.24 | 47.76 | 0.61 | 0.47 |
| Hex | C2 | A4 | 2F | 0 | F | 4C | 18 | 30 | 3D | 2F |
| Octal | 302 | 244 | 57 | 0 | 17 | 114 | 30 | 60 | 75 | 57 |
| Binary | 11000010 | 10100100 | 101111 | 0 | 1111 | 1001100 | 11000 | 110000 | 111101 | 101111 |
Color Harmonies of #C2A42F
Complementary color
Monochromatic Colors of #C2A42F
Black with #C2A42F
Text Example
Text Example
White with #C2A42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A42F; }
p { color: rgb(194,164,47); }
H1.HeaderClassName
{
color: #C2A42F;
}
.AnyTagClassName
{
color: #C2A42F;
}
</style>
background-color css
<style>
a { background-color: #C2A42F; }
a { background-color: rgb(194,164,47); }
div.DivClassName
{
background-color: #C2A42F;
}
.BgClassName
{
background-color: #C2A42F;
}
</style>
border-color css
<style>
span { border-color: #C2A42F; }
span { border-color: rgb(194,164,47); }
td.TdClassName
{
border-color: #C2A42F;
}
.TagClassName
{
border-color: #C2A42F;
}
</style>