Shades of Earls Green #C2A82A
Tints of Earls Green #C2A82A
RGB
CMYK
RGB Variations
Color information
#C2A82A (or 0xC2A82A) is known color: Earls Green. HEX triplet: C2, A8 and 2A. RGB value is (194,168,42). Sum of RGB (Red+Green+Blue) = 194+168+42=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A82A is #3D57D5. Grayscale: #A1A1A1. Windows color (decimal): -4020182 or 2795714. OLE color: 2795714.
HSL color Cylindrical-coordinate representation of color #C2A82A: hue angle of 49.74º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2A82A is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 42 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.24 |
| HSL | 49.74º | 0.64% | 0.46% | - |
| HSV(B) | 49.74º | 0.78% | 0.76% | - |
| XYZ | 36.67 | 39.64 | 7.91 | - |
| YUV | 161.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 42 | 0 | 0.13 | 0.78 | 0.24 | 49.74 | 0.64 | 0.46 |
| Hex | C2 | A8 | 2A | 0 | D | 4E | 18 | 32 | 40 | 2E |
| Octal | 302 | 250 | 52 | 0 | 15 | 116 | 30 | 62 | 100 | 56 |
| Binary | 11000010 | 10101000 | 101010 | 0 | 1101 | 1001110 | 11000 | 110010 | 1000000 | 101110 |
Color Harmonies of #C2A82A
Complementary color
Monochromatic Colors of #C2A82A
Black with #C2A82A
Text Example
Text Example
White with #C2A82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A82A; }
p { color: rgb(194,168,42); }
H1.HeaderClassName
{
color: #C2A82A;
}
.AnyTagClassName
{
color: #C2A82A;
}
</style>
background-color css
<style>
a { background-color: #C2A82A; }
a { background-color: rgb(194,168,42); }
div.DivClassName
{
background-color: #C2A82A;
}
.BgClassName
{
background-color: #C2A82A;
}
</style>
border-color css
<style>
span { border-color: #C2A82A; }
span { border-color: rgb(194,168,42); }
td.TdClassName
{
border-color: #C2A82A;
}
.TagClassName
{
border-color: #C2A82A;
}
</style>