Shades of Sprout #B1BC9F
Tints of Sprout #B1BC9F
RGB
CMYK
RGB Variations
Color information
#B1BC9F (or 0xB1BC9F) is known color: Sprout. HEX triplet: B1, BC and 9F. RGB value is (177,188,159). Sum of RGB (Red+Green+Blue) = 177+188+159=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC9F is #4E4360. Grayscale: #B5B5B5. Windows color (decimal): -5129057 or 10468529. OLE color: 10468529.
HSL color Cylindrical-coordinate representation of color #B1BC9F: hue angle of 82.76º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1BC9F is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 159 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.26 |
| HSL | 82.76º | 0.18% | 0.68% | - |
| HSV(B) | 82.76º | 0.15% | 0.74% | - |
| XYZ | 42.37 | 47.82 | 39.8 | - |
| YUV | 181.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 159 | 0.06 | 0 | 0.15 | 0.26 | 82.76 | 0.18 | 0.68 |
| Hex | B1 | BC | 9F | 6 | 0 | F | 1A | 53 | 12 | 44 |
| Octal | 261 | 274 | 237 | 6 | 0 | 17 | 32 | 123 | 22 | 104 |
| Binary | 10110001 | 10111100 | 10011111 | 110 | 0 | 1111 | 11010 | 1010011 | 10010 | 1000100 |
Color Harmonies of #B1BC9F
Complementary color
Monochromatic Colors of #B1BC9F
Black with #B1BC9F
Text Example
Text Example
White with #B1BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC9F; }
p { color: rgb(177,188,159); }
H1.HeaderClassName
{
color: #B1BC9F;
}
.AnyTagClassName
{
color: #B1BC9F;
}
</style>
background-color css
<style>
a { background-color: #B1BC9F; }
a { background-color: rgb(177,188,159); }
div.DivClassName
{
background-color: #B1BC9F;
}
.BgClassName
{
background-color: #B1BC9F;
}
</style>
border-color css
<style>
span { border-color: #B1BC9F; }
span { border-color: rgb(177,188,159); }
td.TdClassName
{
border-color: #B1BC9F;
}
.TagClassName
{
border-color: #B1BC9F;
}
</style>