Shades of Earls Green #C2A52E
Tints of Earls Green #C2A52E
RGB
CMYK
RGB Variations
Color information
#C2A52E (or 0xC2A52E) is known color: Earls Green. HEX triplet: C2, A5 and 2E. RGB value is (194,165,46). Sum of RGB (Red+Green+Blue) = 194+165+46=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A52E is #3D5AD1. Grayscale: #A0A0A0. Windows color (decimal): -4020946 or 3057090. OLE color: 3057090.
HSL color Cylindrical-coordinate representation of color #C2A52E: hue angle of 48.24º 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 #C2A52E is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 46 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.24 |
| HSL | 48.24º | 0.62% | 0.47% | - |
| HSV(B) | 48.24º | 0.76% | 0.76% | - |
| XYZ | 36.2 | 38.58 | 8.12 | - |
| YUV | 160.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 46 | 0 | 0.15 | 0.76 | 0.24 | 48.24 | 0.62 | 0.47 |
| Hex | C2 | A5 | 2E | 0 | F | 4C | 18 | 30 | 3E | 2F |
| Octal | 302 | 245 | 56 | 0 | 17 | 114 | 30 | 60 | 76 | 57 |
| Binary | 11000010 | 10100101 | 101110 | 0 | 1111 | 1001100 | 11000 | 110000 | 111110 | 101111 |
Color Harmonies of #C2A52E
Complementary color
Monochromatic Colors of #C2A52E
Black with #C2A52E
Text Example
Text Example
White with #C2A52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A52E; }
p { color: rgb(194,165,46); }
H1.HeaderClassName
{
color: #C2A52E;
}
.AnyTagClassName
{
color: #C2A52E;
}
</style>
background-color css
<style>
a { background-color: #C2A52E; }
a { background-color: rgb(194,165,46); }
div.DivClassName
{
background-color: #C2A52E;
}
.BgClassName
{
background-color: #C2A52E;
}
</style>
border-color css
<style>
span { border-color: #C2A52E; }
span { border-color: rgb(194,165,46); }
td.TdClassName
{
border-color: #C2A52E;
}
.TagClassName
{
border-color: #C2A52E;
}
</style>