Shades of Sprout #B1CE96
Tints of Sprout #B1CE96
RGB
CMYK
RGB Variations
Color information
#B1CE96 (or 0xB1CE96) is known color: Sprout. HEX triplet: B1, CE and 96. RGB value is (177,206,150). Sum of RGB (Red+Green+Blue) = 177+206+150=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CE96 is #4E3169. Grayscale: #BFBFBF. Windows color (decimal): -5124458 or 9883313. OLE color: 9883313.
HSL color Cylindrical-coordinate representation of color #B1CE96: hue angle of 91.07º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1CE96 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 150 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.19 |
| HSL | 91.07º | 0.36% | 0.7% | - |
| HSV(B) | 91.07º | 0.27% | 0.81% | - |
| XYZ | 45.71 | 55.69 | 37.19 | - |
| YUV | 190.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 150 | 0.14 | 0 | 0.27 | 0.19 | 91.07 | 0.36 | 0.7 |
| Hex | B1 | CE | 96 | E | 0 | 1B | 13 | 5B | 24 | 46 |
| Octal | 261 | 316 | 226 | 16 | 0 | 33 | 23 | 133 | 44 | 106 |
| Binary | 10110001 | 11001110 | 10010110 | 1110 | 0 | 11011 | 10011 | 1011011 | 100100 | 1000110 |
Color Harmonies of #B1CE96
Complementary color
Monochromatic Colors of #B1CE96
Black with #B1CE96
Text Example
Text Example
White with #B1CE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE96; }
p { color: rgb(177,206,150); }
H1.HeaderClassName
{
color: #B1CE96;
}
.AnyTagClassName
{
color: #B1CE96;
}
</style>
background-color css
<style>
a { background-color: #B1CE96; }
a { background-color: rgb(177,206,150); }
div.DivClassName
{
background-color: #B1CE96;
}
.BgClassName
{
background-color: #B1CE96;
}
</style>
border-color css
<style>
span { border-color: #B1CE96; }
span { border-color: rgb(177,206,150); }
td.TdClassName
{
border-color: #B1CE96;
}
.TagClassName
{
border-color: #B1CE96;
}
</style>