Shades of Earls Green #C2AA31
Tints of Earls Green #C2AA31
RGB
CMYK
RGB Variations
Color information
#C2AA31 (or 0xC2AA31) is known color: Earls Green. HEX triplet: C2, AA and 31. RGB value is (194,170,49). Sum of RGB (Red+Green+Blue) = 194+170+49=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA31 is #3D55CE. Grayscale: #A3A3A3. Windows color (decimal): -4019663 or 3254978. OLE color: 3254978.
HSL color Cylindrical-coordinate representation of color #C2AA31: hue angle of 50.07º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2AA31 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 49 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.24 |
| HSL | 50.07º | 0.6% | 0.48% | - |
| HSV(B) | 50.07º | 0.75% | 0.76% | - |
| XYZ | 37.18 | 40.44 | 8.75 | - |
| YUV | 163.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 49 | 0 | 0.12 | 0.75 | 0.24 | 50.07 | 0.6 | 0.48 |
| Hex | C2 | AA | 31 | 0 | C | 4B | 18 | 32 | 3C | 30 |
| Octal | 302 | 252 | 61 | 0 | 14 | 113 | 30 | 62 | 74 | 60 |
| Binary | 11000010 | 10101010 | 110001 | 0 | 1100 | 1001011 | 11000 | 110010 | 111100 | 110000 |
Color Harmonies of #C2AA31
Complementary color
Monochromatic Colors of #C2AA31
Black with #C2AA31
Text Example
Text Example
White with #C2AA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA31; }
p { color: rgb(194,170,49); }
H1.HeaderClassName
{
color: #C2AA31;
}
.AnyTagClassName
{
color: #C2AA31;
}
</style>
background-color css
<style>
a { background-color: #C2AA31; }
a { background-color: rgb(194,170,49); }
div.DivClassName
{
background-color: #C2AA31;
}
.BgClassName
{
background-color: #C2AA31;
}
</style>
border-color css
<style>
span { border-color: #C2AA31; }
span { border-color: rgb(194,170,49); }
td.TdClassName
{
border-color: #C2AA31;
}
.TagClassName
{
border-color: #C2AA31;
}
</style>