Shades of Green Spring #B2BB96
Tints of Green Spring #B2BB96
RGB
CMYK
RGB Variations
Color information
#B2BB96 (or 0xB2BB96) is known color: Green Spring. HEX triplet: B2, BB and 96. RGB value is (178,187,150). Sum of RGB (Red+Green+Blue) = 178+187+150=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB96 is #4D4469. Grayscale: #B4B4B4. Windows color (decimal): -5063786 or 9878450. OLE color: 9878450.
HSL color Cylindrical-coordinate representation of color #B2BB96: hue angle of 74.59º 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 #B2BB96 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 150 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.27 |
| HSL | 74.59º | 0.21% | 0.66% | - |
| HSV(B) | 74.59º | 0.2% | 0.73% | - |
| XYZ | 41.64 | 47.21 | 35.77 | - |
| YUV | 180.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 150 | 0.05 | 0 | 0.20 | 0.27 | 74.59 | 0.21 | 0.66 |
| Hex | B2 | BB | 96 | 5 | 0 | 14 | 1B | 4B | 15 | 42 |
| Octal | 262 | 273 | 226 | 5 | 0 | 24 | 33 | 113 | 25 | 102 |
| Binary | 10110010 | 10111011 | 10010110 | 101 | 0 | 10100 | 11011 | 1001011 | 10101 | 1000010 |
Color Harmonies of #B2BB96
Complementary color
Monochromatic Colors of #B2BB96
Black with #B2BB96
Text Example
Text Example
White with #B2BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB96; }
p { color: rgb(178,187,150); }
H1.HeaderClassName
{
color: #B2BB96;
}
.AnyTagClassName
{
color: #B2BB96;
}
</style>
background-color css
<style>
a { background-color: #B2BB96; }
a { background-color: rgb(178,187,150); }
div.DivClassName
{
background-color: #B2BB96;
}
.BgClassName
{
background-color: #B2BB96;
}
</style>
border-color css
<style>
span { border-color: #B2BB96; }
span { border-color: rgb(178,187,150); }
td.TdClassName
{
border-color: #B2BB96;
}
.TagClassName
{
border-color: #B2BB96;
}
</style>