Shades of Green Spring #B1BC96
Tints of Green Spring #B1BC96
RGB
CMYK
RGB Variations
Color information
#B1BC96 (or 0xB1BC96) is known color: Green Spring. HEX triplet: B1, BC and 96. RGB value is (177,188,150). Sum of RGB (Red+Green+Blue) = 177+188+150=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC96 is #4E4369. Grayscale: #B4B4B4. Windows color (decimal): -5129066 or 9878705. OLE color: 9878705.
HSL color Cylindrical-coordinate representation of color #B1BC96: hue angle of 77.37º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1BC96 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 150 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.26 |
| HSL | 77.37º | 0.22% | 0.66% | - |
| HSV(B) | 77.37º | 0.2% | 0.74% | - |
| XYZ | 41.62 | 47.52 | 35.83 | - |
| YUV | 180.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 150 | 0.06 | 0 | 0.20 | 0.26 | 77.37 | 0.22 | 0.66 |
| Hex | B1 | BC | 96 | 6 | 0 | 14 | 1A | 4D | 16 | 42 |
| Octal | 261 | 274 | 226 | 6 | 0 | 24 | 32 | 115 | 26 | 102 |
| Binary | 10110001 | 10111100 | 10010110 | 110 | 0 | 10100 | 11010 | 1001101 | 10110 | 1000010 |
Color Harmonies of #B1BC96
Complementary color
Monochromatic Colors of #B1BC96
Black with #B1BC96
Text Example
Text Example
White with #B1BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC96; }
p { color: rgb(177,188,150); }
H1.HeaderClassName
{
color: #B1BC96;
}
.AnyTagClassName
{
color: #B1BC96;
}
</style>
background-color css
<style>
a { background-color: #B1BC96; }
a { background-color: rgb(177,188,150); }
div.DivClassName
{
background-color: #B1BC96;
}
.BgClassName
{
background-color: #B1BC96;
}
</style>
border-color css
<style>
span { border-color: #B1BC96; }
span { border-color: rgb(177,188,150); }
td.TdClassName
{
border-color: #B1BC96;
}
.TagClassName
{
border-color: #B1BC96;
}
</style>