Shades of Sprout #B1C296
Tints of Sprout #B1C296
RGB
CMYK
RGB Variations
Color information
#B1C296 (or 0xB1C296) is known color: Sprout. HEX triplet: B1, C2 and 96. RGB value is (177,194,150). Sum of RGB (Red+Green+Blue) = 177+194+150=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C296 is #4E3D69. Grayscale: #B8B8B8. Windows color (decimal): -5127530 or 9880241. OLE color: 9880241.
HSL color Cylindrical-coordinate representation of color #B1C296: hue angle of 83.18º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1C296 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 194 | 150 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.24 |
| HSL | 83.18º | 0.27% | 0.67% | - |
| HSV(B) | 83.18º | 0.23% | 0.76% | - |
| XYZ | 42.93 | 50.13 | 36.27 | - |
| YUV | 183.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 194 | 150 | 0.09 | 0 | 0.23 | 0.24 | 83.18 | 0.27 | 0.67 |
| Hex | B1 | C2 | 96 | 9 | 0 | 17 | 18 | 53 | 1B | 43 |
| Octal | 261 | 302 | 226 | 11 | 0 | 27 | 30 | 123 | 33 | 103 |
| Binary | 10110001 | 11000010 | 10010110 | 1001 | 0 | 10111 | 11000 | 1010011 | 11011 | 1000011 |
Color Harmonies of #B1C296
Complementary color
Monochromatic Colors of #B1C296
Black with #B1C296
Text Example
Text Example
White with #B1C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C296; }
p { color: rgb(177,194,150); }
H1.HeaderClassName
{
color: #B1C296;
}
.AnyTagClassName
{
color: #B1C296;
}
</style>
background-color css
<style>
a { background-color: #B1C296; }
a { background-color: rgb(177,194,150); }
div.DivClassName
{
background-color: #B1C296;
}
.BgClassName
{
background-color: #B1C296;
}
</style>
border-color css
<style>
span { border-color: #B1C296; }
span { border-color: rgb(177,194,150); }
td.TdClassName
{
border-color: #B1C296;
}
.TagClassName
{
border-color: #B1C296;
}
</style>