Shades of Green Spring #B0BB96
Tints of Green Spring #B0BB96
RGB
CMYK
RGB Variations
Color information
#B0BB96 (or 0xB0BB96) is known color: Green Spring. HEX triplet: B0, BB and 96. RGB value is (176,187,150). Sum of RGB (Red+Green+Blue) = 176+187+150=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB96 is #4F4469. Grayscale: #B3B3B3. Windows color (decimal): -5194858 or 9878448. OLE color: 9878448.
HSL color Cylindrical-coordinate representation of color #B0BB96: hue angle of 77.84º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0BB96 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 150 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.27 |
| HSL | 77.84º | 0.21% | 0.66% | - |
| HSV(B) | 77.84º | 0.2% | 0.73% | - |
| XYZ | 41.18 | 46.97 | 35.75 | - |
| YUV | 179.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 150 | 0.06 | 0 | 0.20 | 0.27 | 77.84 | 0.21 | 0.66 |
| Hex | B0 | BB | 96 | 6 | 0 | 14 | 1B | 4E | 15 | 42 |
| Octal | 260 | 273 | 226 | 6 | 0 | 24 | 33 | 116 | 25 | 102 |
| Binary | 10110000 | 10111011 | 10010110 | 110 | 0 | 10100 | 11011 | 1001110 | 10101 | 1000010 |
Color Harmonies of #B0BB96
Complementary color
Monochromatic Colors of #B0BB96
Black with #B0BB96
Text Example
Text Example
White with #B0BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BB96; }
p { color: rgb(176,187,150); }
H1.HeaderClassName
{
color: #B0BB96;
}
.AnyTagClassName
{
color: #B0BB96;
}
</style>
background-color css
<style>
a { background-color: #B0BB96; }
a { background-color: rgb(176,187,150); }
div.DivClassName
{
background-color: #B0BB96;
}
.BgClassName
{
background-color: #B0BB96;
}
</style>
border-color css
<style>
span { border-color: #B0BB96; }
span { border-color: rgb(176,187,150); }
td.TdClassName
{
border-color: #B0BB96;
}
.TagClassName
{
border-color: #B0BB96;
}
</style>