Shades of Earls Green #C2A722
Tints of Earls Green #C2A722
RGB
CMYK
RGB Variations
Color information
#C2A722 (or 0xC2A722) is known color: Earls Green. HEX triplet: C2, A7 and 22. RGB value is (194,167,34). Sum of RGB (Red+Green+Blue) = 194+167+34=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 34 (13.67% from 255 or 8.61% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A722 is #3D58DD. Grayscale: #A0A0A0. Windows color (decimal): -4020446 or 2271170. OLE color: 2271170.
HSL color Cylindrical-coordinate representation of color #C2A722: hue angle of 49.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2A722 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 34 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.24 |
| HSL | 49.88º | 0.7% | 0.45% | - |
| HSV(B) | 49.88º | 0.82% | 0.76% | - |
| XYZ | 36.36 | 39.22 | 7.17 | - |
| YUV | 159.91 | 56.95 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 34 | 0 | 0.14 | 0.82 | 0.24 | 49.88 | 0.7 | 0.45 |
| Hex | C2 | A7 | 22 | 0 | E | 52 | 18 | 32 | 46 | 2D |
| Octal | 302 | 247 | 42 | 0 | 16 | 122 | 30 | 62 | 106 | 55 |
| Binary | 11000010 | 10100111 | 100010 | 0 | 1110 | 1010010 | 11000 | 110010 | 1000110 | 101101 |
Color Harmonies of #C2A722
Complementary color
Monochromatic Colors of #C2A722
Black with #C2A722
Text Example
Text Example
White with #C2A722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A722; }
p { color: rgb(194,167,34); }
H1.HeaderClassName
{
color: #C2A722;
}
.AnyTagClassName
{
color: #C2A722;
}
</style>
background-color css
<style>
a { background-color: #C2A722; }
a { background-color: rgb(194,167,34); }
div.DivClassName
{
background-color: #C2A722;
}
.BgClassName
{
background-color: #C2A722;
}
</style>
border-color css
<style>
span { border-color: #C2A722; }
span { border-color: rgb(194,167,34); }
td.TdClassName
{
border-color: #C2A722;
}
.TagClassName
{
border-color: #C2A722;
}
</style>