Shades of Earls Green #C2A532
Tints of Earls Green #C2A532
RGB
CMYK
RGB Variations
Color information
#C2A532 (or 0xC2A532) is known color: Earls Green. HEX triplet: C2, A5 and 32. RGB value is (194,165,50). Sum of RGB (Red+Green+Blue) = 194+165+50=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A532 is #3D5ACD. Grayscale: #A1A1A1. Windows color (decimal): -4020942 or 3319234. OLE color: 3319234.
HSL color Cylindrical-coordinate representation of color #C2A532: hue angle of 47.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2A532 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 50 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.24 |
| HSL | 47.92º | 0.59% | 0.48% | - |
| HSV(B) | 47.92º | 0.74% | 0.76% | - |
| XYZ | 36.28 | 38.61 | 8.56 | - |
| YUV | 160.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 50 | 0 | 0.15 | 0.74 | 0.24 | 47.92 | 0.59 | 0.48 |
| Hex | C2 | A5 | 32 | 0 | F | 4A | 18 | 30 | 3B | 30 |
| Octal | 302 | 245 | 62 | 0 | 17 | 112 | 30 | 60 | 73 | 60 |
| Binary | 11000010 | 10100101 | 110010 | 0 | 1111 | 1001010 | 11000 | 110000 | 111011 | 110000 |
Color Harmonies of #C2A532
Complementary color
Monochromatic Colors of #C2A532
Black with #C2A532
Text Example
Text Example
White with #C2A532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A532; }
p { color: rgb(194,165,50); }
H1.HeaderClassName
{
color: #C2A532;
}
.AnyTagClassName
{
color: #C2A532;
}
</style>
background-color css
<style>
a { background-color: #C2A532; }
a { background-color: rgb(194,165,50); }
div.DivClassName
{
background-color: #C2A532;
}
.BgClassName
{
background-color: #C2A532;
}
</style>
border-color css
<style>
span { border-color: #C2A532; }
span { border-color: rgb(194,165,50); }
td.TdClassName
{
border-color: #C2A532;
}
.TagClassName
{
border-color: #C2A532;
}
</style>