Shades of Sprout #B8D996
Tints of Sprout #B8D996
RGB
CMYK
RGB Variations
Color information
#B8D996 (or 0xB8D996) is known color: Sprout. HEX triplet: B8, D9 and 96. RGB value is (184,217,150). Sum of RGB (Red+Green+Blue) = 184+217+150=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D996 is #472669. Grayscale: #C7C7C7. Windows color (decimal): -4662890 or 9886136. OLE color: 9886136.
HSL color Cylindrical-coordinate representation of color #B8D996: hue angle of 89.55º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8D996 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 150 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.15 |
| HSL | 89.55º | 0.47% | 0.72% | - |
| HSV(B) | 89.55º | 0.31% | 0.85% | - |
| XYZ | 50.09 | 62.02 | 38.19 | - |
| YUV | 199.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 150 | 0.15 | 0 | 0.31 | 0.15 | 89.55 | 0.47 | 0.72 |
| Hex | B8 | D9 | 96 | F | 0 | 1F | F | 5A | 2F | 48 |
| Octal | 270 | 331 | 226 | 17 | 0 | 37 | 17 | 132 | 57 | 110 |
| Binary | 10111000 | 11011001 | 10010110 | 1111 | 0 | 11111 | 1111 | 1011010 | 101111 | 1001000 |
Color Harmonies of #B8D996
Complementary color
Monochromatic Colors of #B8D996
Black with #B8D996
Text Example
Text Example
White with #B8D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D996; }
p { color: rgb(184,217,150); }
H1.HeaderClassName
{
color: #B8D996;
}
.AnyTagClassName
{
color: #B8D996;
}
</style>
background-color css
<style>
a { background-color: #B8D996; }
a { background-color: rgb(184,217,150); }
div.DivClassName
{
background-color: #B8D996;
}
.BgClassName
{
background-color: #B8D996;
}
</style>
border-color css
<style>
span { border-color: #B8D996; }
span { border-color: rgb(184,217,150); }
td.TdClassName
{
border-color: #B8D996;
}
.TagClassName
{
border-color: #B8D996;
}
</style>