Shades of Sprout #B1C196
Tints of Sprout #B1C196
RGB
CMYK
RGB Variations
Color information
#B1C196 (or 0xB1C196) is known color: Sprout. HEX triplet: B1, C1 and 96. RGB value is (177,193,150). Sum of RGB (Red+Green+Blue) = 177+193+150=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C196 is #4E3E69. Grayscale: #B7B7B7. Windows color (decimal): -5127786 or 9879985. OLE color: 9879985.
HSL color Cylindrical-coordinate representation of color #B1C196: hue angle of 82.33º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1C196 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 150 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.24 |
| HSL | 82.33º | 0.26% | 0.67% | - |
| HSV(B) | 82.33º | 0.22% | 0.76% | - |
| XYZ | 42.71 | 49.69 | 36.19 | - |
| YUV | 183.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 150 | 0.08 | 0 | 0.22 | 0.24 | 82.33 | 0.26 | 0.67 |
| Hex | B1 | C1 | 96 | 8 | 0 | 16 | 18 | 52 | 1A | 43 |
| Octal | 261 | 301 | 226 | 10 | 0 | 26 | 30 | 122 | 32 | 103 |
| Binary | 10110001 | 11000001 | 10010110 | 1000 | 0 | 10110 | 11000 | 1010010 | 11010 | 1000011 |
Color Harmonies of #B1C196
Complementary color
Monochromatic Colors of #B1C196
Black with #B1C196
Text Example
Text Example
White with #B1C196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C196; }
p { color: rgb(177,193,150); }
H1.HeaderClassName
{
color: #B1C196;
}
.AnyTagClassName
{
color: #B1C196;
}
</style>
background-color css
<style>
a { background-color: #B1C196; }
a { background-color: rgb(177,193,150); }
div.DivClassName
{
background-color: #B1C196;
}
.BgClassName
{
background-color: #B1C196;
}
</style>
border-color css
<style>
span { border-color: #B1C196; }
span { border-color: rgb(177,193,150); }
td.TdClassName
{
border-color: #B1C196;
}
.TagClassName
{
border-color: #B1C196;
}
</style>