Shades of Earls Green #C2B622
Tints of Earls Green #C2B622
RGB
CMYK
RGB Variations
Color information
#C2B622 (or 0xC2B622) is known color: Earls Green. HEX triplet: C2, B6 and 22. RGB value is (194,182,34). Sum of RGB (Red+Green+Blue) = 194+182+34=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B622 is #3D49DD. Grayscale: #A9A9A9. Windows color (decimal): -4016606 or 2275010. OLE color: 2275010.
HSL color Cylindrical-coordinate representation of color #C2B622: hue angle of 55.5º 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 #C2B622 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 34 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.24 |
| HSL | 55.5º | 0.7% | 0.45% | - |
| HSV(B) | 55.5º | 0.82% | 0.76% | - |
| XYZ | 39.26 | 45.04 | 8.14 | - |
| YUV | 168.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 34 | 0 | 0.06 | 0.82 | 0.24 | 55.5 | 0.7 | 0.45 |
| Hex | C2 | B6 | 22 | 0 | 6 | 52 | 18 | 38 | 46 | 2D |
| Octal | 302 | 266 | 42 | 0 | 6 | 122 | 30 | 70 | 106 | 55 |
| Binary | 11000010 | 10110110 | 100010 | 0 | 110 | 1010010 | 11000 | 111000 | 1000110 | 101101 |
Color Harmonies of #C2B622
Complementary color
Monochromatic Colors of #C2B622
Black with #C2B622
Text Example
Text Example
White with #C2B622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B622; }
p { color: rgb(194,182,34); }
H1.HeaderClassName
{
color: #C2B622;
}
.AnyTagClassName
{
color: #C2B622;
}
</style>
background-color css
<style>
a { background-color: #C2B622; }
a { background-color: rgb(194,182,34); }
div.DivClassName
{
background-color: #C2B622;
}
.BgClassName
{
background-color: #C2B622;
}
</style>
border-color css
<style>
span { border-color: #C2B622; }
span { border-color: rgb(194,182,34); }
td.TdClassName
{
border-color: #C2B622;
}
.TagClassName
{
border-color: #C2B622;
}
</style>