Shades of Earls Green #C2A62A
Tints of Earls Green #C2A62A
RGB
CMYK
RGB Variations
Color information
#C2A62A (or 0xC2A62A) is known color: Earls Green. HEX triplet: C2, A6 and 2A. RGB value is (194,166,42). Sum of RGB (Red+Green+Blue) = 194+166+42=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A62A is #3D59D5. Grayscale: #A0A0A0. Windows color (decimal): -4020694 or 2795202. OLE color: 2795202.
HSL color Cylindrical-coordinate representation of color #C2A62A: hue angle of 48.95º 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 #C2A62A is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 42 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.24 |
| HSL | 48.95º | 0.64% | 0.46% | - |
| HSV(B) | 48.95º | 0.78% | 0.76% | - |
| XYZ | 36.3 | 38.91 | 7.79 | - |
| YUV | 160.24 | 61.28 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 42 | 0 | 0.14 | 0.78 | 0.24 | 48.95 | 0.64 | 0.46 |
| Hex | C2 | A6 | 2A | 0 | E | 4E | 18 | 31 | 40 | 2E |
| Octal | 302 | 246 | 52 | 0 | 16 | 116 | 30 | 61 | 100 | 56 |
| Binary | 11000010 | 10100110 | 101010 | 0 | 1110 | 1001110 | 11000 | 110001 | 1000000 | 101110 |
Color Harmonies of #C2A62A
Complementary color
Monochromatic Colors of #C2A62A
Black with #C2A62A
Text Example
Text Example
White with #C2A62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A62A; }
p { color: rgb(194,166,42); }
H1.HeaderClassName
{
color: #C2A62A;
}
.AnyTagClassName
{
color: #C2A62A;
}
</style>
background-color css
<style>
a { background-color: #C2A62A; }
a { background-color: rgb(194,166,42); }
div.DivClassName
{
background-color: #C2A62A;
}
.BgClassName
{
background-color: #C2A62A;
}
</style>
border-color css
<style>
span { border-color: #C2A62A; }
span { border-color: rgb(194,166,42); }
td.TdClassName
{
border-color: #C2A62A;
}
.TagClassName
{
border-color: #C2A62A;
}
</style>