Shades of Earls Green #C2AE20
Tints of Earls Green #C2AE20
RGB
CMYK
RGB Variations
Color information
#C2AE20 (or 0xC2AE20) is known color: Earls Green. HEX triplet: C2, AE and 20. RGB value is (194,174,32). Sum of RGB (Red+Green+Blue) = 194+174+32=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE20 is #3D51DF. Grayscale: #A4A4A4. Windows color (decimal): -4018656 or 2141890. OLE color: 2141890.
HSL color Cylindrical-coordinate representation of color #C2AE20: hue angle of 52.59º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2AE20 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 32 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.24 |
| HSL | 52.59º | 0.72% | 0.44% | - |
| HSV(B) | 52.59º | 0.84% | 0.76% | - |
| XYZ | 37.64 | 41.85 | 7.46 | - |
| YUV | 163.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 32 | 0 | 0.10 | 0.84 | 0.24 | 52.59 | 0.72 | 0.44 |
| Hex | C2 | AE | 20 | 0 | A | 54 | 18 | 35 | 48 | 2C |
| Octal | 302 | 256 | 40 | 0 | 12 | 124 | 30 | 65 | 110 | 54 |
| Binary | 11000010 | 10101110 | 100000 | 0 | 1010 | 1010100 | 11000 | 110101 | 1001000 | 101100 |
Color Harmonies of #C2AE20
Complementary color
Monochromatic Colors of #C2AE20
Black with #C2AE20
Text Example
Text Example
White with #C2AE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE20; }
p { color: rgb(194,174,32); }
H1.HeaderClassName
{
color: #C2AE20;
}
.AnyTagClassName
{
color: #C2AE20;
}
</style>
background-color css
<style>
a { background-color: #C2AE20; }
a { background-color: rgb(194,174,32); }
div.DivClassName
{
background-color: #C2AE20;
}
.BgClassName
{
background-color: #C2AE20;
}
</style>
border-color css
<style>
span { border-color: #C2AE20; }
span { border-color: rgb(194,174,32); }
td.TdClassName
{
border-color: #C2AE20;
}
.TagClassName
{
border-color: #C2AE20;
}
</style>