Shades of Green Spring #B1BC95
Tints of Green Spring #B1BC95
RGB
CMYK
RGB Variations
Color information
#B1BC95 (or 0xB1BC95) is known color: Green Spring. HEX triplet: B1, BC and 95. RGB value is (177,188,149). Sum of RGB (Red+Green+Blue) = 177+188+149=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC95 is #4E436A. Grayscale: #B4B4B4. Windows color (decimal): -5129067 or 9813169. OLE color: 9813169.
HSL color Cylindrical-coordinate representation of color #B1BC95: hue angle of 76.92º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1BC95 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 149 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.26 |
| HSL | 76.92º | 0.23% | 0.66% | - |
| HSV(B) | 76.92º | 0.21% | 0.74% | - |
| XYZ | 41.54 | 47.48 | 35.41 | - |
| YUV | 180.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 149 | 0.06 | 0 | 0.21 | 0.26 | 76.92 | 0.23 | 0.66 |
| Hex | B1 | BC | 95 | 6 | 0 | 15 | 1A | 4D | 17 | 42 |
| Octal | 261 | 274 | 225 | 6 | 0 | 25 | 32 | 115 | 27 | 102 |
| Binary | 10110001 | 10111100 | 10010101 | 110 | 0 | 10101 | 11010 | 1001101 | 10111 | 1000010 |
Color Harmonies of #B1BC95
Complementary color
Monochromatic Colors of #B1BC95
Black with #B1BC95
Text Example
Text Example
White with #B1BC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC95; }
p { color: rgb(177,188,149); }
H1.HeaderClassName
{
color: #B1BC95;
}
.AnyTagClassName
{
color: #B1BC95;
}
</style>
background-color css
<style>
a { background-color: #B1BC95; }
a { background-color: rgb(177,188,149); }
div.DivClassName
{
background-color: #B1BC95;
}
.BgClassName
{
background-color: #B1BC95;
}
</style>
border-color css
<style>
span { border-color: #B1BC95; }
span { border-color: rgb(177,188,149); }
td.TdClassName
{
border-color: #B1BC95;
}
.TagClassName
{
border-color: #B1BC95;
}
</style>