Shades of Earls Green #C2AA1D
Tints of Earls Green #C2AA1D
RGB
CMYK
RGB Variations
Color information
#C2AA1D (or 0xC2AA1D) is known color: Earls Green. HEX triplet: C2, AA and 1D. RGB value is (194,170,29). Sum of RGB (Red+Green+Blue) = 194+170+29=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA1D is #3D55E2. Grayscale: #A1A1A1. Windows color (decimal): -4019683 or 1944258. OLE color: 1944258.
HSL color Cylindrical-coordinate representation of color #C2AA1D: hue angle of 51.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2AA1D is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 29 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.24 |
| HSL | 51.27º | 0.74% | 0.44% | - |
| HSV(B) | 51.27º | 0.85% | 0.76% | - |
| XYZ | 36.84 | 40.31 | 7 | - |
| YUV | 161.1 | 53.45 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 29 | 0 | 0.12 | 0.85 | 0.24 | 51.27 | 0.74 | 0.44 |
| Hex | C2 | AA | 1D | 0 | C | 55 | 18 | 33 | 4A | 2C |
| Octal | 302 | 252 | 35 | 0 | 14 | 125 | 30 | 63 | 112 | 54 |
| Binary | 11000010 | 10101010 | 11101 | 0 | 1100 | 1010101 | 11000 | 110011 | 1001010 | 101100 |
Color Harmonies of #C2AA1D
Complementary color
Monochromatic Colors of #C2AA1D
Black with #C2AA1D
Text Example
Text Example
White with #C2AA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA1D; }
p { color: rgb(194,170,29); }
H1.HeaderClassName
{
color: #C2AA1D;
}
.AnyTagClassName
{
color: #C2AA1D;
}
</style>
background-color css
<style>
a { background-color: #C2AA1D; }
a { background-color: rgb(194,170,29); }
div.DivClassName
{
background-color: #C2AA1D;
}
.BgClassName
{
background-color: #C2AA1D;
}
</style>
border-color css
<style>
span { border-color: #C2AA1D; }
span { border-color: rgb(194,170,29); }
td.TdClassName
{
border-color: #C2AA1D;
}
.TagClassName
{
border-color: #C2AA1D;
}
</style>