Shades of Green Spring #B1BB9E
Tints of Green Spring #B1BB9E
RGB
CMYK
RGB Variations
Color information
#B1BB9E (or 0xB1BB9E) is known color: Green Spring. HEX triplet: B1, BB and 9E. RGB value is (177,187,158). Sum of RGB (Red+Green+Blue) = 177+187+158=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BB9E is #4E4461. Grayscale: #B4B4B4. Windows color (decimal): -5129314 or 10402737. OLE color: 10402737.
HSL color Cylindrical-coordinate representation of color #B1BB9E: hue angle of 80.69º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1BB9E is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 187 | 158 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.27 |
| HSL | 80.69º | 0.18% | 0.68% | - |
| HSV(B) | 80.69º | 0.16% | 0.73% | - |
| XYZ | 42.07 | 47.36 | 39.27 | - |
| YUV | 180.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 158 | 0.05 | 0 | 0.16 | 0.27 | 80.69 | 0.18 | 0.68 |
| Hex | B1 | BB | 9E | 5 | 0 | 10 | 1B | 51 | 12 | 44 |
| Octal | 261 | 273 | 236 | 5 | 0 | 20 | 33 | 121 | 22 | 104 |
| Binary | 10110001 | 10111011 | 10011110 | 101 | 0 | 10000 | 11011 | 1010001 | 10010 | 1000100 |
Color Harmonies of #B1BB9E
Complementary color
Monochromatic Colors of #B1BB9E
Black with #B1BB9E
Text Example
Text Example
White with #B1BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BB9E; }
p { color: rgb(177,187,158); }
H1.HeaderClassName
{
color: #B1BB9E;
}
.AnyTagClassName
{
color: #B1BB9E;
}
</style>
background-color css
<style>
a { background-color: #B1BB9E; }
a { background-color: rgb(177,187,158); }
div.DivClassName
{
background-color: #B1BB9E;
}
.BgClassName
{
background-color: #B1BB9E;
}
</style>
border-color css
<style>
span { border-color: #B1BB9E; }
span { border-color: rgb(177,187,158); }
td.TdClassName
{
border-color: #B1BB9E;
}
.TagClassName
{
border-color: #B1BB9E;
}
</style>