Shades of Earls Green #C2B116
Tints of Earls Green #C2B116
RGB
CMYK
RGB Variations
Color information
#C2B116 (or 0xC2B116) is known color: Earls Green. HEX triplet: C2, B1 and 16. RGB value is (194,177,22). Sum of RGB (Red+Green+Blue) = 194+177+22=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B116 is #3D4EE9. Grayscale: #A5A5A5. Windows color (decimal): -4017898 or 1487298. OLE color: 1487298.
HSL color Cylindrical-coordinate representation of color #C2B116: hue angle of 54.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2B116 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 22 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.24 |
| HSL | 54.07º | 0.8% | 0.42% | - |
| HSV(B) | 54.07º | 0.89% | 0.76% | - |
| XYZ | 38.12 | 42.97 | 7.04 | - |
| YUV | 164.41 | 47.63 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 22 | 0 | 0.09 | 0.89 | 0.24 | 54.07 | 0.8 | 0.42 |
| Hex | C2 | B1 | 16 | 0 | 9 | 59 | 18 | 36 | 50 | 2A |
| Octal | 302 | 261 | 26 | 0 | 11 | 131 | 30 | 66 | 120 | 52 |
| Binary | 11000010 | 10110001 | 10110 | 0 | 1001 | 1011001 | 11000 | 110110 | 1010000 | 101010 |
Color Harmonies of #C2B116
Complementary color
Monochromatic Colors of #C2B116
Black with #C2B116
Text Example
Text Example
White with #C2B116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B116; }
p { color: rgb(194,177,22); }
H1.HeaderClassName
{
color: #C2B116;
}
.AnyTagClassName
{
color: #C2B116;
}
</style>
background-color css
<style>
a { background-color: #C2B116; }
a { background-color: rgb(194,177,22); }
div.DivClassName
{
background-color: #C2B116;
}
.BgClassName
{
background-color: #C2B116;
}
</style>
border-color css
<style>
span { border-color: #C2B116; }
span { border-color: rgb(194,177,22); }
td.TdClassName
{
border-color: #C2B116;
}
.TagClassName
{
border-color: #C2B116;
}
</style>