Shades of Sprout #B1C097
Tints of Sprout #B1C097
RGB
CMYK
RGB Variations
Color information
#B1C097 (or 0xB1C097) is known color: Sprout. HEX triplet: B1, C0 and 97. RGB value is (177,192,151). Sum of RGB (Red+Green+Blue) = 177+192+151=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C097 is #4E3F68. Grayscale: #B6B6B6. Windows color (decimal): -5128041 or 9945265. OLE color: 9945265.
HSL color Cylindrical-coordinate representation of color #B1C097: hue angle of 81.95º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1C097 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 151 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.25 |
| HSL | 81.95º | 0.25% | 0.67% | - |
| HSV(B) | 81.95º | 0.21% | 0.75% | - |
| XYZ | 42.57 | 49.28 | 36.55 | - |
| YUV | 182.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 151 | 0.08 | 0 | 0.21 | 0.25 | 81.95 | 0.25 | 0.67 |
| Hex | B1 | C0 | 97 | 8 | 0 | 15 | 19 | 52 | 19 | 43 |
| Octal | 261 | 300 | 227 | 10 | 0 | 25 | 31 | 122 | 31 | 103 |
| Binary | 10110001 | 11000000 | 10010111 | 1000 | 0 | 10101 | 11001 | 1010010 | 11001 | 1000011 |
Color Harmonies of #B1C097
Complementary color
Monochromatic Colors of #B1C097
Black with #B1C097
Text Example
Text Example
White with #B1C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C097; }
p { color: rgb(177,192,151); }
H1.HeaderClassName
{
color: #B1C097;
}
.AnyTagClassName
{
color: #B1C097;
}
</style>
background-color css
<style>
a { background-color: #B1C097; }
a { background-color: rgb(177,192,151); }
div.DivClassName
{
background-color: #B1C097;
}
.BgClassName
{
background-color: #B1C097;
}
</style>
border-color css
<style>
span { border-color: #B1C097; }
span { border-color: rgb(177,192,151); }
td.TdClassName
{
border-color: #B1C097;
}
.TagClassName
{
border-color: #B1C097;
}
</style>