Shades of Sprout #B1C599
Tints of Sprout #B1C599
RGB
CMYK
RGB Variations
Color information
#B1C599 (or 0xB1C599) is known color: Sprout. HEX triplet: B1, C5 and 99. RGB value is (177,197,153). Sum of RGB (Red+Green+Blue) = 177+197+153=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C599 is #4E3A66. Grayscale: #BABABA. Windows color (decimal): -5126759 or 10077617. OLE color: 10077617.
HSL color Cylindrical-coordinate representation of color #B1C599: hue angle of 87.27º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1C599 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 153 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.23 |
| HSL | 87.27º | 0.28% | 0.69% | - |
| HSV(B) | 87.27º | 0.22% | 0.77% | - |
| XYZ | 43.85 | 51.58 | 37.78 | - |
| YUV | 186 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 153 | 0.10 | 0 | 0.22 | 0.23 | 87.27 | 0.28 | 0.69 |
| Hex | B1 | C5 | 99 | A | 0 | 16 | 17 | 57 | 1C | 45 |
| Octal | 261 | 305 | 231 | 12 | 0 | 26 | 27 | 127 | 34 | 105 |
| Binary | 10110001 | 11000101 | 10011001 | 1010 | 0 | 10110 | 10111 | 1010111 | 11100 | 1000101 |
Color Harmonies of #B1C599
Complementary color
Monochromatic Colors of #B1C599
Black with #B1C599
Text Example
Text Example
White with #B1C599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C599; }
p { color: rgb(177,197,153); }
H1.HeaderClassName
{
color: #B1C599;
}
.AnyTagClassName
{
color: #B1C599;
}
</style>
background-color css
<style>
a { background-color: #B1C599; }
a { background-color: rgb(177,197,153); }
div.DivClassName
{
background-color: #B1C599;
}
.BgClassName
{
background-color: #B1C599;
}
</style>
border-color css
<style>
span { border-color: #B1C599; }
span { border-color: rgb(177,197,153); }
td.TdClassName
{
border-color: #B1C599;
}
.TagClassName
{
border-color: #B1C599;
}
</style>