Shades of Green Spring #B1BB9D
Tints of Green Spring #B1BB9D
RGB
CMYK
RGB Variations
Color information
#B1BB9D (or 0xB1BB9D) is known color: Green Spring. HEX triplet: B1, BB and 9D. RGB value is (177,187,157). Sum of RGB (Red+Green+Blue) = 177+187+157=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BB9D is #4E4462. Grayscale: #B4B4B4. Windows color (decimal): -5129315 or 10337201. OLE color: 10337201.
HSL color Cylindrical-coordinate representation of color #B1BB9D: hue angle of 80º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1BB9D is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 187 | 157 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.27 |
| HSL | 80º | 0.18% | 0.67% | - |
| HSV(B) | 80º | 0.16% | 0.73% | - |
| XYZ | 41.99 | 47.32 | 38.82 | - |
| YUV | 180.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 157 | 0.05 | 0 | 0.16 | 0.27 | 80 | 0.18 | 0.67 |
| Hex | B1 | BB | 9D | 5 | 0 | 10 | 1B | 50 | 12 | 43 |
| Octal | 261 | 273 | 235 | 5 | 0 | 20 | 33 | 120 | 22 | 103 |
| Binary | 10110001 | 10111011 | 10011101 | 101 | 0 | 10000 | 11011 | 1010000 | 10010 | 1000011 |
Color Harmonies of #B1BB9D
Complementary color
Monochromatic Colors of #B1BB9D
Black with #B1BB9D
Text Example
Text Example
White with #B1BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BB9D; }
p { color: rgb(177,187,157); }
H1.HeaderClassName
{
color: #B1BB9D;
}
.AnyTagClassName
{
color: #B1BB9D;
}
</style>
background-color css
<style>
a { background-color: #B1BB9D; }
a { background-color: rgb(177,187,157); }
div.DivClassName
{
background-color: #B1BB9D;
}
.BgClassName
{
background-color: #B1BB9D;
}
</style>
border-color css
<style>
span { border-color: #B1BB9D; }
span { border-color: rgb(177,187,157); }
td.TdClassName
{
border-color: #B1BB9D;
}
.TagClassName
{
border-color: #B1BB9D;
}
</style>