Shades of Sprout #B1C797
Tints of Sprout #B1C797
RGB
CMYK
RGB Variations
Color information
#B1C797 (or 0xB1C797) is known color: Sprout. HEX triplet: B1, C7 and 97. RGB value is (177,199,151). Sum of RGB (Red+Green+Blue) = 177+199+151=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C797 is #4E3868. Grayscale: #BBBBBB. Windows color (decimal): -5126249 or 9947057. OLE color: 9947057.
HSL color Cylindrical-coordinate representation of color #B1C797: hue angle of 87.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1C797 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 199 | 151 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.22 |
| HSL | 87.5º | 0.3% | 0.69% | - |
| HSV(B) | 87.5º | 0.24% | 0.78% | - |
| XYZ | 44.14 | 52.43 | 37.07 | - |
| YUV | 186.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 151 | 0.11 | 0 | 0.24 | 0.22 | 87.5 | 0.3 | 0.69 |
| Hex | B1 | C7 | 97 | B | 0 | 18 | 16 | 57 | 1E | 45 |
| Octal | 261 | 307 | 227 | 13 | 0 | 30 | 26 | 127 | 36 | 105 |
| Binary | 10110001 | 11000111 | 10010111 | 1011 | 0 | 11000 | 10110 | 1010111 | 11110 | 1000101 |
Color Harmonies of #B1C797
Complementary color
Monochromatic Colors of #B1C797
Black with #B1C797
Text Example
Text Example
White with #B1C797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C797; }
p { color: rgb(177,199,151); }
H1.HeaderClassName
{
color: #B1C797;
}
.AnyTagClassName
{
color: #B1C797;
}
</style>
background-color css
<style>
a { background-color: #B1C797; }
a { background-color: rgb(177,199,151); }
div.DivClassName
{
background-color: #B1C797;
}
.BgClassName
{
background-color: #B1C797;
}
</style>
border-color css
<style>
span { border-color: #B1C797; }
span { border-color: rgb(177,199,151); }
td.TdClassName
{
border-color: #B1C797;
}
.TagClassName
{
border-color: #B1C797;
}
</style>