Shades of Earls Green #B7B116
Tints of Earls Green #B7B116
RGB
CMYK
RGB Variations
Color information
#B7B116 (or 0xB7B116) is known color: Earls Green. HEX triplet: B7, B1 and 16. RGB value is (183,177,22). Sum of RGB (Red+Green+Blue) = 183+177+22=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B116 is #484EE9. Grayscale: #A1A1A1. Windows color (decimal): -4738794 or 1487287. OLE color: 1487287.
HSL color Cylindrical-coordinate representation of color #B7B116: hue angle of 57.76º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7B116 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 22 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.28 |
| HSL | 57.76º | 0.79% | 0.4% | - |
| HSV(B) | 57.76º | 0.88% | 0.72% | - |
| XYZ | 35.4 | 41.57 | 6.92 | - |
| YUV | 161.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 22 | 0 | 0.03 | 0.88 | 0.28 | 57.76 | 0.79 | 0.4 |
| Hex | B7 | B1 | 16 | 0 | 3 | 58 | 1C | 3A | 4F | 28 |
| Octal | 267 | 261 | 26 | 0 | 3 | 130 | 34 | 72 | 117 | 50 |
| Binary | 10110111 | 10110001 | 10110 | 0 | 11 | 1011000 | 11100 | 111010 | 1001111 | 101000 |
Color Harmonies of #B7B116
Complementary color
Monochromatic Colors of #B7B116
Black with #B7B116
Text Example
Text Example
White with #B7B116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B116; }
p { color: rgb(183,177,22); }
H1.HeaderClassName
{
color: #B7B116;
}
.AnyTagClassName
{
color: #B7B116;
}
</style>
background-color css
<style>
a { background-color: #B7B116; }
a { background-color: rgb(183,177,22); }
div.DivClassName
{
background-color: #B7B116;
}
.BgClassName
{
background-color: #B7B116;
}
</style>
border-color css
<style>
span { border-color: #B7B116; }
span { border-color: rgb(183,177,22); }
td.TdClassName
{
border-color: #B7B116;
}
.TagClassName
{
border-color: #B7B116;
}
</style>