Shades of Sprout #B1C596
Tints of Sprout #B1C596
RGB
CMYK
RGB Variations
Color information
#B1C596 (or 0xB1C596) is known color: Sprout. HEX triplet: B1, C5 and 96. RGB value is (177,197,150). Sum of RGB (Red+Green+Blue) = 177+197+150=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C596 is #4E3A69. Grayscale: #B9B9B9. Windows color (decimal): -5126762 or 9881009. OLE color: 9881009.
HSL color Cylindrical-coordinate representation of color #B1C596: hue angle of 85.53º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1C596 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 150 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.23 |
| HSL | 85.53º | 0.29% | 0.68% | - |
| HSV(B) | 85.53º | 0.24% | 0.77% | - |
| XYZ | 43.6 | 51.48 | 36.49 | - |
| YUV | 185.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 150 | 0.10 | 0 | 0.24 | 0.23 | 85.53 | 0.29 | 0.68 |
| Hex | B1 | C5 | 96 | A | 0 | 18 | 17 | 56 | 1D | 44 |
| Octal | 261 | 305 | 226 | 12 | 0 | 30 | 27 | 126 | 35 | 104 |
| Binary | 10110001 | 11000101 | 10010110 | 1010 | 0 | 11000 | 10111 | 1010110 | 11101 | 1000100 |
Color Harmonies of #B1C596
Complementary color
Monochromatic Colors of #B1C596
Black with #B1C596
Text Example
Text Example
White with #B1C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C596; }
p { color: rgb(177,197,150); }
H1.HeaderClassName
{
color: #B1C596;
}
.AnyTagClassName
{
color: #B1C596;
}
</style>
background-color css
<style>
a { background-color: #B1C596; }
a { background-color: rgb(177,197,150); }
div.DivClassName
{
background-color: #B1C596;
}
.BgClassName
{
background-color: #B1C596;
}
</style>
border-color css
<style>
span { border-color: #B1C596; }
span { border-color: rgb(177,197,150); }
td.TdClassName
{
border-color: #B1C596;
}
.TagClassName
{
border-color: #B1C596;
}
</style>