Shades of Sprout #B1C59F
Tints of Sprout #B1C59F
RGB
CMYK
RGB Variations
Color information
#B1C59F (or 0xB1C59F) is known color: Sprout. HEX triplet: B1, C5 and 9F. RGB value is (177,197,159). Sum of RGB (Red+Green+Blue) = 177+197+159=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C59F is #4E3A60. Grayscale: #BABABA. Windows color (decimal): -5126753 or 10470833. OLE color: 10470833.
HSL color Cylindrical-coordinate representation of color #B1C59F: hue angle of 91.58º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1C59F is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 159 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.23 |
| HSL | 91.58º | 0.25% | 0.7% | - |
| HSV(B) | 91.58º | 0.19% | 0.77% | - |
| XYZ | 44.36 | 51.78 | 40.46 | - |
| YUV | 186.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 159 | 0.10 | 0 | 0.19 | 0.23 | 91.58 | 0.25 | 0.7 |
| Hex | B1 | C5 | 9F | A | 0 | 13 | 17 | 5C | 19 | 46 |
| Octal | 261 | 305 | 237 | 12 | 0 | 23 | 27 | 134 | 31 | 106 |
| Binary | 10110001 | 11000101 | 10011111 | 1010 | 0 | 10011 | 10111 | 1011100 | 11001 | 1000110 |
Color Harmonies of #B1C59F
Complementary color
Monochromatic Colors of #B1C59F
Black with #B1C59F
Text Example
Text Example
White with #B1C59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C59F; }
p { color: rgb(177,197,159); }
H1.HeaderClassName
{
color: #B1C59F;
}
.AnyTagClassName
{
color: #B1C59F;
}
</style>
background-color css
<style>
a { background-color: #B1C59F; }
a { background-color: rgb(177,197,159); }
div.DivClassName
{
background-color: #B1C59F;
}
.BgClassName
{
background-color: #B1C59F;
}
</style>
border-color css
<style>
span { border-color: #B1C59F; }
span { border-color: rgb(177,197,159); }
td.TdClassName
{
border-color: #B1C59F;
}
.TagClassName
{
border-color: #B1C59F;
}
</style>