Shades of Sprout #B9D896
Tints of Sprout #B9D896
RGB
CMYK
RGB Variations
Color information
#B9D896 (or 0xB9D896) is known color: Sprout. HEX triplet: B9, D8 and 96. RGB value is (185,216,150). Sum of RGB (Red+Green+Blue) = 185+216+150=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D896 is #462769. Grayscale: #C7C7C7. Windows color (decimal): -4597610 or 9885881. OLE color: 9885881.
HSL color Cylindrical-coordinate representation of color #B9D896: hue angle of 88.18º degrees, saturation: 0.46, 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 #B9D896 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 150 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.15 |
| HSL | 88.18º | 0.46% | 0.72% | - |
| HSV(B) | 88.18º | 0.31% | 0.85% | - |
| XYZ | 50.07 | 61.63 | 38.11 | - |
| YUV | 199.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 150 | 0.14 | 0 | 0.31 | 0.15 | 88.18 | 0.46 | 0.72 |
| Hex | B9 | D8 | 96 | E | 0 | 1F | F | 58 | 2E | 48 |
| Octal | 271 | 330 | 226 | 16 | 0 | 37 | 17 | 130 | 56 | 110 |
| Binary | 10111001 | 11011000 | 10010110 | 1110 | 0 | 11111 | 1111 | 1011000 | 101110 | 1001000 |
Color Harmonies of #B9D896
Complementary color
Monochromatic Colors of #B9D896
Black with #B9D896
Text Example
Text Example
White with #B9D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D896; }
p { color: rgb(185,216,150); }
H1.HeaderClassName
{
color: #B9D896;
}
.AnyTagClassName
{
color: #B9D896;
}
</style>
background-color css
<style>
a { background-color: #B9D896; }
a { background-color: rgb(185,216,150); }
div.DivClassName
{
background-color: #B9D896;
}
.BgClassName
{
background-color: #B9D896;
}
</style>
border-color css
<style>
span { border-color: #B9D896; }
span { border-color: rgb(185,216,150); }
td.TdClassName
{
border-color: #B9D896;
}
.TagClassName
{
border-color: #B9D896;
}
</style>