Shades of Sprout #B1C59E
Tints of Sprout #B1C59E
RGB
CMYK
RGB Variations
Color information
#B1C59E (or 0xB1C59E) is known color: Sprout. HEX triplet: B1, C5 and 9E. RGB value is (177,197,158). Sum of RGB (Red+Green+Blue) = 177+197+158=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C59E is #4E3A61. Grayscale: #BABABA. Windows color (decimal): -5126754 or 10405297. OLE color: 10405297.
HSL color Cylindrical-coordinate representation of color #B1C59E: hue angle of 90.77º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1C59E is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 158 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.23 |
| HSL | 90.77º | 0.25% | 0.7% | - |
| HSV(B) | 90.77º | 0.2% | 0.77% | - |
| XYZ | 44.27 | 51.75 | 40 | - |
| YUV | 186.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 158 | 0.10 | 0 | 0.20 | 0.23 | 90.77 | 0.25 | 0.7 |
| Hex | B1 | C5 | 9E | A | 0 | 14 | 17 | 5B | 19 | 46 |
| Octal | 261 | 305 | 236 | 12 | 0 | 24 | 27 | 133 | 31 | 106 |
| Binary | 10110001 | 11000101 | 10011110 | 1010 | 0 | 10100 | 10111 | 1011011 | 11001 | 1000110 |
Color Harmonies of #B1C59E
Complementary color
Monochromatic Colors of #B1C59E
Black with #B1C59E
Text Example
Text Example
White with #B1C59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C59E; }
p { color: rgb(177,197,158); }
H1.HeaderClassName
{
color: #B1C59E;
}
.AnyTagClassName
{
color: #B1C59E;
}
</style>
background-color css
<style>
a { background-color: #B1C59E; }
a { background-color: rgb(177,197,158); }
div.DivClassName
{
background-color: #B1C59E;
}
.BgClassName
{
background-color: #B1C59E;
}
</style>
border-color css
<style>
span { border-color: #B1C59E; }
span { border-color: rgb(177,197,158); }
td.TdClassName
{
border-color: #B1C59E;
}
.TagClassName
{
border-color: #B1C59E;
}
</style>