Shades of Green Spring #B2BB9F
Tints of Green Spring #B2BB9F
RGB
CMYK
RGB Variations
Color information
#B2BB9F (or 0xB2BB9F) is known color: Green Spring. HEX triplet: B2, BB and 9F. RGB value is (178,187,159). Sum of RGB (Red+Green+Blue) = 178+187+159=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB9F is #4D4460. Grayscale: #B5B5B5. Windows color (decimal): -5063777 or 10468274. OLE color: 10468274.
HSL color Cylindrical-coordinate representation of color #B2BB9F: hue angle of 79.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2BB9F is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 159 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.27 |
| HSL | 79.29º | 0.17% | 0.68% | - |
| HSV(B) | 79.29º | 0.15% | 0.73% | - |
| XYZ | 42.39 | 47.51 | 39.74 | - |
| YUV | 181.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 159 | 0.05 | 0 | 0.15 | 0.27 | 79.29 | 0.17 | 0.68 |
| Hex | B2 | BB | 9F | 5 | 0 | F | 1B | 4F | 11 | 44 |
| Octal | 262 | 273 | 237 | 5 | 0 | 17 | 33 | 117 | 21 | 104 |
| Binary | 10110010 | 10111011 | 10011111 | 101 | 0 | 1111 | 11011 | 1001111 | 10001 | 1000100 |
Color Harmonies of #B2BB9F
Complementary color
Monochromatic Colors of #B2BB9F
Black with #B2BB9F
Text Example
Text Example
White with #B2BB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB9F; }
p { color: rgb(178,187,159); }
H1.HeaderClassName
{
color: #B2BB9F;
}
.AnyTagClassName
{
color: #B2BB9F;
}
</style>
background-color css
<style>
a { background-color: #B2BB9F; }
a { background-color: rgb(178,187,159); }
div.DivClassName
{
background-color: #B2BB9F;
}
.BgClassName
{
background-color: #B2BB9F;
}
</style>
border-color css
<style>
span { border-color: #B2BB9F; }
span { border-color: rgb(178,187,159); }
td.TdClassName
{
border-color: #B2BB9F;
}
.TagClassName
{
border-color: #B2BB9F;
}
</style>