Shades of Earls Green #C2A92E
Tints of Earls Green #C2A92E
RGB
CMYK
RGB Variations
Color information
#C2A92E (or 0xC2A92E) is known color: Earls Green. HEX triplet: C2, A9 and 2E. RGB value is (194,169,46). Sum of RGB (Red+Green+Blue) = 194+169+46=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A92E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A92E is #3D56D1. Grayscale: #A2A2A2. Windows color (decimal): -4019922 or 3058114. OLE color: 3058114.
HSL color Cylindrical-coordinate representation of color #C2A92E: hue angle of 49.86º 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 #C2A92E is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 46 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.24 |
| HSL | 49.86º | 0.62% | 0.47% | - |
| HSV(B) | 49.86º | 0.76% | 0.76% | - |
| XYZ | 36.93 | 40.04 | 8.37 | - |
| YUV | 162.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 46 | 0 | 0.13 | 0.76 | 0.24 | 49.86 | 0.62 | 0.47 |
| Hex | C2 | A9 | 2E | 0 | D | 4C | 18 | 32 | 3E | 2F |
| Octal | 302 | 251 | 56 | 0 | 15 | 114 | 30 | 62 | 76 | 57 |
| Binary | 11000010 | 10101001 | 101110 | 0 | 1101 | 1001100 | 11000 | 110010 | 111110 | 101111 |
Color Harmonies of #C2A92E
Complementary color
Monochromatic Colors of #C2A92E
Black with #C2A92E
Text Example
Text Example
White with #C2A92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A92E; }
p { color: rgb(194,169,46); }
H1.HeaderClassName
{
color: #C2A92E;
}
.AnyTagClassName
{
color: #C2A92E;
}
</style>
background-color css
<style>
a { background-color: #C2A92E; }
a { background-color: rgb(194,169,46); }
div.DivClassName
{
background-color: #C2A92E;
}
.BgClassName
{
background-color: #C2A92E;
}
</style>
border-color css
<style>
span { border-color: #C2A92E; }
span { border-color: rgb(194,169,46); }
td.TdClassName
{
border-color: #C2A92E;
}
.TagClassName
{
border-color: #C2A92E;
}
</style>