Shades of Sprout #B1C397
Tints of Sprout #B1C397
RGB
CMYK
RGB Variations
Color information
#B1C397 (or 0xB1C397) is known color: Sprout. HEX triplet: B1, C3 and 97. RGB value is (177,195,151). Sum of RGB (Red+Green+Blue) = 177+195+151=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C397 is #4E3C68. Grayscale: #B8B8B8. Windows color (decimal): -5127273 or 9946033. OLE color: 9946033.
HSL color Cylindrical-coordinate representation of color #B1C397: hue angle of 84.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1C397 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 151 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.24 |
| HSL | 84.55º | 0.27% | 0.68% | - |
| HSV(B) | 84.55º | 0.23% | 0.76% | - |
| XYZ | 43.23 | 50.61 | 36.77 | - |
| YUV | 184.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 151 | 0.09 | 0 | 0.23 | 0.24 | 84.55 | 0.27 | 0.68 |
| Hex | B1 | C3 | 97 | 9 | 0 | 17 | 18 | 55 | 1B | 44 |
| Octal | 261 | 303 | 227 | 11 | 0 | 27 | 30 | 125 | 33 | 104 |
| Binary | 10110001 | 11000011 | 10010111 | 1001 | 0 | 10111 | 11000 | 1010101 | 11011 | 1000100 |
Color Harmonies of #B1C397
Complementary color
Monochromatic Colors of #B1C397
Black with #B1C397
Text Example
Text Example
White with #B1C397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C397; }
p { color: rgb(177,195,151); }
H1.HeaderClassName
{
color: #B1C397;
}
.AnyTagClassName
{
color: #B1C397;
}
</style>
background-color css
<style>
a { background-color: #B1C397; }
a { background-color: rgb(177,195,151); }
div.DivClassName
{
background-color: #B1C397;
}
.BgClassName
{
background-color: #B1C397;
}
</style>
border-color css
<style>
span { border-color: #B1C397; }
span { border-color: rgb(177,195,151); }
td.TdClassName
{
border-color: #B1C397;
}
.TagClassName
{
border-color: #B1C397;
}
</style>