Shades of Earls Green #C2A632
Tints of Earls Green #C2A632
RGB
CMYK
RGB Variations
Color information
#C2A632 (or 0xC2A632) is known color: Earls Green. HEX triplet: C2, A6 and 32. RGB value is (194,166,50). Sum of RGB (Red+Green+Blue) = 194+166+50=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A632 is #3D59CD. Grayscale: #A1A1A1. Windows color (decimal): -4020686 or 3319490. OLE color: 3319490.
HSL color Cylindrical-coordinate representation of color #C2A632: hue angle of 48.33º 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 #C2A632 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 50 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.24 |
| HSL | 48.33º | 0.59% | 0.48% | - |
| HSV(B) | 48.33º | 0.74% | 0.76% | - |
| XYZ | 36.46 | 38.97 | 8.62 | - |
| YUV | 161.15 | 65.28 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 50 | 0 | 0.14 | 0.74 | 0.24 | 48.33 | 0.59 | 0.48 |
| Hex | C2 | A6 | 32 | 0 | E | 4A | 18 | 30 | 3B | 30 |
| Octal | 302 | 246 | 62 | 0 | 16 | 112 | 30 | 60 | 73 | 60 |
| Binary | 11000010 | 10100110 | 110010 | 0 | 1110 | 1001010 | 11000 | 110000 | 111011 | 110000 |
Color Harmonies of #C2A632
Complementary color
Monochromatic Colors of #C2A632
Black with #C2A632
Text Example
Text Example
White with #C2A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A632; }
p { color: rgb(194,166,50); }
H1.HeaderClassName
{
color: #C2A632;
}
.AnyTagClassName
{
color: #C2A632;
}
</style>
background-color css
<style>
a { background-color: #C2A632; }
a { background-color: rgb(194,166,50); }
div.DivClassName
{
background-color: #C2A632;
}
.BgClassName
{
background-color: #C2A632;
}
</style>
border-color css
<style>
span { border-color: #C2A632; }
span { border-color: rgb(194,166,50); }
td.TdClassName
{
border-color: #C2A632;
}
.TagClassName
{
border-color: #C2A632;
}
</style>