Shades of Earls Green #C2A820
Tints of Earls Green #C2A820
RGB
CMYK
RGB Variations
Color information
#C2A820 (or 0xC2A820) is known color: Earls Green. HEX triplet: C2, A8 and 20. RGB value is (194,168,32). Sum of RGB (Red+Green+Blue) = 194+168+32=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A820 is #3D57DF. Grayscale: #A0A0A0. Windows color (decimal): -4020192 or 2140354. OLE color: 2140354.
HSL color Cylindrical-coordinate representation of color #C2A820: hue angle of 50.37º 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 #C2A820 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 32 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.24 |
| HSL | 50.37º | 0.72% | 0.44% | - |
| HSV(B) | 50.37º | 0.84% | 0.76% | - |
| XYZ | 36.51 | 39.58 | 7.08 | - |
| YUV | 160.27 | 55.61 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 32 | 0 | 0.13 | 0.84 | 0.24 | 50.37 | 0.72 | 0.44 |
| Hex | C2 | A8 | 20 | 0 | D | 54 | 18 | 32 | 48 | 2C |
| Octal | 302 | 250 | 40 | 0 | 15 | 124 | 30 | 62 | 110 | 54 |
| Binary | 11000010 | 10101000 | 100000 | 0 | 1101 | 1010100 | 11000 | 110010 | 1001000 | 101100 |
Color Harmonies of #C2A820
Complementary color
Monochromatic Colors of #C2A820
Black with #C2A820
Text Example
Text Example
White with #C2A820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A820; }
p { color: rgb(194,168,32); }
H1.HeaderClassName
{
color: #C2A820;
}
.AnyTagClassName
{
color: #C2A820;
}
</style>
background-color css
<style>
a { background-color: #C2A820; }
a { background-color: rgb(194,168,32); }
div.DivClassName
{
background-color: #C2A820;
}
.BgClassName
{
background-color: #C2A820;
}
</style>
border-color css
<style>
span { border-color: #C2A820; }
span { border-color: rgb(194,168,32); }
td.TdClassName
{
border-color: #C2A820;
}
.TagClassName
{
border-color: #C2A820;
}
</style>