Shades of Earls Green #C2B122
Tints of Earls Green #C2B122
RGB
CMYK
RGB Variations
Color information
#C2B122 (or 0xC2B122) is known color: Earls Green. HEX triplet: C2, B1 and 22. RGB value is (194,177,34). Sum of RGB (Red+Green+Blue) = 194+177+34=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B122 is #3D4EDD. Grayscale: #A6A6A6. Windows color (decimal): -4017886 or 2273730. OLE color: 2273730.
HSL color Cylindrical-coordinate representation of color #C2B122: hue angle of 53.62º 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 #C2B122 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 34 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.24 |
| HSL | 53.63º | 0.7% | 0.45% | - |
| HSV(B) | 53.63º | 0.82% | 0.76% | - |
| XYZ | 38.26 | 43.03 | 7.8 | - |
| YUV | 165.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 34 | 0 | 0.09 | 0.82 | 0.24 | 53.63 | 0.7 | 0.45 |
| Hex | C2 | B1 | 22 | 0 | 9 | 52 | 18 | 36 | 46 | 2D |
| Octal | 302 | 261 | 42 | 0 | 11 | 122 | 30 | 66 | 106 | 55 |
| Binary | 11000010 | 10110001 | 100010 | 0 | 1001 | 1010010 | 11000 | 110110 | 1000110 | 101101 |
Color Harmonies of #C2B122
Complementary color
Monochromatic Colors of #C2B122
Black with #C2B122
Text Example
Text Example
White with #C2B122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B122; }
p { color: rgb(194,177,34); }
H1.HeaderClassName
{
color: #C2B122;
}
.AnyTagClassName
{
color: #C2B122;
}
</style>
background-color css
<style>
a { background-color: #C2B122; }
a { background-color: rgb(194,177,34); }
div.DivClassName
{
background-color: #C2B122;
}
.BgClassName
{
background-color: #C2B122;
}
</style>
border-color css
<style>
span { border-color: #C2B122; }
span { border-color: rgb(194,177,34); }
td.TdClassName
{
border-color: #C2B122;
}
.TagClassName
{
border-color: #C2B122;
}
</style>