Shades of Green Spring #B0B796
Tints of Green Spring #B0B796
RGB
CMYK
RGB Variations
Color information
#B0B796 (or 0xB0B796) is known color: Green Spring. HEX triplet: B0, B7 and 96. RGB value is (176,183,150). Sum of RGB (Red+Green+Blue) = 176+183+150=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B796 is #4F4869. Grayscale: #B1B1B1. Windows color (decimal): -5195882 or 9877424. OLE color: 9877424.
HSL color Cylindrical-coordinate representation of color #B0B796: hue angle of 72.73º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0B796 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 183 | 150 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.28 |
| HSL | 72.73º | 0.19% | 0.65% | - |
| HSV(B) | 72.73º | 0.18% | 0.72% | - |
| XYZ | 40.34 | 45.3 | 35.47 | - |
| YUV | 177.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 150 | 0.04 | 0 | 0.18 | 0.28 | 72.73 | 0.19 | 0.65 |
| Hex | B0 | B7 | 96 | 4 | 0 | 12 | 1C | 49 | 13 | 41 |
| Octal | 260 | 267 | 226 | 4 | 0 | 22 | 34 | 111 | 23 | 101 |
| Binary | 10110000 | 10110111 | 10010110 | 100 | 0 | 10010 | 11100 | 1001001 | 10011 | 1000001 |
Color Harmonies of #B0B796
Complementary color
Monochromatic Colors of #B0B796
Black with #B0B796
Text Example
Text Example
White with #B0B796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B796; }
p { color: rgb(176,183,150); }
H1.HeaderClassName
{
color: #B0B796;
}
.AnyTagClassName
{
color: #B0B796;
}
</style>
background-color css
<style>
a { background-color: #B0B796; }
a { background-color: rgb(176,183,150); }
div.DivClassName
{
background-color: #B0B796;
}
.BgClassName
{
background-color: #B0B796;
}
</style>
border-color css
<style>
span { border-color: #B0B796; }
span { border-color: rgb(176,183,150); }
td.TdClassName
{
border-color: #B0B796;
}
.TagClassName
{
border-color: #B0B796;
}
</style>