Shades of Sprout #B9DB96
Tints of Sprout #B9DB96
RGB
CMYK
RGB Variations
Color information
#B9DB96 (or 0xB9DB96) is known color: Sprout. HEX triplet: B9, DB and 96. RGB value is (185,219,150). Sum of RGB (Red+Green+Blue) = 185+219+150=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DB96 is #462469. Grayscale: #C9C9C9. Windows color (decimal): -4596842 or 9886649. OLE color: 9886649.
HSL color Cylindrical-coordinate representation of color #B9DB96: hue angle of 89.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9DB96 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 150 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.14 |
| HSL | 89.57º | 0.49% | 0.72% | - |
| HSV(B) | 89.57º | 0.32% | 0.86% | - |
| XYZ | 50.84 | 63.18 | 38.37 | - |
| YUV | 200.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 150 | 0.16 | 0 | 0.32 | 0.14 | 89.57 | 0.49 | 0.72 |
| Hex | B9 | DB | 96 | 10 | 0 | 20 | E | 5A | 31 | 48 |
| Octal | 271 | 333 | 226 | 20 | 0 | 40 | 16 | 132 | 61 | 110 |
| Binary | 10111001 | 11011011 | 10010110 | 10000 | 0 | 100000 | 1110 | 1011010 | 110001 | 1001000 |
Color Harmonies of #B9DB96
Complementary color
Monochromatic Colors of #B9DB96
Black with #B9DB96
Text Example
Text Example
White with #B9DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB96; }
p { color: rgb(185,219,150); }
H1.HeaderClassName
{
color: #B9DB96;
}
.AnyTagClassName
{
color: #B9DB96;
}
</style>
background-color css
<style>
a { background-color: #B9DB96; }
a { background-color: rgb(185,219,150); }
div.DivClassName
{
background-color: #B9DB96;
}
.BgClassName
{
background-color: #B9DB96;
}
</style>
border-color css
<style>
span { border-color: #B9DB96; }
span { border-color: rgb(185,219,150); }
td.TdClassName
{
border-color: #B9DB96;
}
.TagClassName
{
border-color: #B9DB96;
}
</style>