Shades of Earls Green #C2A82D
Tints of Earls Green #C2A82D
RGB
CMYK
RGB Variations
Color information
#C2A82D (or 0xC2A82D) is known color: Earls Green. HEX triplet: C2, A8 and 2D. RGB value is (194,168,45). Sum of RGB (Red+Green+Blue) = 194+168+45=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A82D is #3D57D2. Grayscale: #A2A2A2. Windows color (decimal): -4020179 or 2992322. OLE color: 2992322.
HSL color Cylindrical-coordinate representation of color #C2A82D: hue angle of 49.53º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2A82D is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 45 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.24 |
| HSL | 49.53º | 0.62% | 0.47% | - |
| HSV(B) | 49.53º | 0.77% | 0.76% | - |
| XYZ | 36.72 | 39.66 | 8.2 | - |
| YUV | 161.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 45 | 0 | 0.13 | 0.77 | 0.24 | 49.53 | 0.62 | 0.47 |
| Hex | C2 | A8 | 2D | 0 | D | 4D | 18 | 32 | 3E | 2F |
| Octal | 302 | 250 | 55 | 0 | 15 | 115 | 30 | 62 | 76 | 57 |
| Binary | 11000010 | 10101000 | 101101 | 0 | 1101 | 1001101 | 11000 | 110010 | 111110 | 101111 |
Color Harmonies of #C2A82D
Complementary color
Monochromatic Colors of #C2A82D
Black with #C2A82D
Text Example
Text Example
White with #C2A82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A82D; }
p { color: rgb(194,168,45); }
H1.HeaderClassName
{
color: #C2A82D;
}
.AnyTagClassName
{
color: #C2A82D;
}
</style>
background-color css
<style>
a { background-color: #C2A82D; }
a { background-color: rgb(194,168,45); }
div.DivClassName
{
background-color: #C2A82D;
}
.BgClassName
{
background-color: #C2A82D;
}
</style>
border-color css
<style>
span { border-color: #C2A82D; }
span { border-color: rgb(194,168,45); }
td.TdClassName
{
border-color: #C2A82D;
}
.TagClassName
{
border-color: #C2A82D;
}
</style>