Shades of Sprout #B1BB9F
Tints of Sprout #B1BB9F
RGB
CMYK
RGB Variations
Color information
#B1BB9F (or 0xB1BB9F) is known color: Sprout. HEX triplet: B1, BB and 9F. RGB value is (177,187,159). Sum of RGB (Red+Green+Blue) = 177+187+159=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BB9F is #4E4460. Grayscale: #B4B4B4. Windows color (decimal): -5129313 or 10468273. OLE color: 10468273.
HSL color Cylindrical-coordinate representation of color #B1BB9F: hue angle of 81.43º 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 #B1BB9F is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 187 | 159 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.27 |
| HSL | 81.43º | 0.17% | 0.68% | - |
| HSV(B) | 81.43º | 0.15% | 0.73% | - |
| XYZ | 42.16 | 47.39 | 39.73 | - |
| YUV | 180.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 159 | 0.05 | 0 | 0.15 | 0.27 | 81.43 | 0.17 | 0.68 |
| Hex | B1 | BB | 9F | 5 | 0 | F | 1B | 51 | 11 | 44 |
| Octal | 261 | 273 | 237 | 5 | 0 | 17 | 33 | 121 | 21 | 104 |
| Binary | 10110001 | 10111011 | 10011111 | 101 | 0 | 1111 | 11011 | 1010001 | 10001 | 1000100 |
Color Harmonies of #B1BB9F
Complementary color
Monochromatic Colors of #B1BB9F
Black with #B1BB9F
Text Example
Text Example
White with #B1BB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BB9F; }
p { color: rgb(177,187,159); }
H1.HeaderClassName
{
color: #B1BB9F;
}
.AnyTagClassName
{
color: #B1BB9F;
}
</style>
background-color css
<style>
a { background-color: #B1BB9F; }
a { background-color: rgb(177,187,159); }
div.DivClassName
{
background-color: #B1BB9F;
}
.BgClassName
{
background-color: #B1BB9F;
}
</style>
border-color css
<style>
span { border-color: #B1BB9F; }
span { border-color: rgb(177,187,159); }
td.TdClassName
{
border-color: #B1BB9F;
}
.TagClassName
{
border-color: #B1BB9F;
}
</style>