Shades of Sprout #B9DB95
Tints of Sprout #B9DB95
RGB
CMYK
RGB Variations
Color information
#B9DB95 (or 0xB9DB95) is known color: Sprout. HEX triplet: B9, DB and 95. RGB value is (185,219,149). Sum of RGB (Red+Green+Blue) = 185+219+149=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DB95 is #46246A. Grayscale: #C9C9C9. Windows color (decimal): -4596843 or 9821113. OLE color: 9821113.
HSL color Cylindrical-coordinate representation of color #B9DB95: hue angle of 89.14º 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 #B9DB95 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 149 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.14 |
| HSL | 89.14º | 0.49% | 0.72% | - |
| HSV(B) | 89.14º | 0.32% | 0.86% | - |
| XYZ | 50.76 | 63.15 | 37.95 | - |
| YUV | 200.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 149 | 0.16 | 0 | 0.32 | 0.14 | 89.14 | 0.49 | 0.72 |
| Hex | B9 | DB | 95 | 10 | 0 | 20 | E | 59 | 31 | 48 |
| Octal | 271 | 333 | 225 | 20 | 0 | 40 | 16 | 131 | 61 | 110 |
| Binary | 10111001 | 11011011 | 10010101 | 10000 | 0 | 100000 | 1110 | 1011001 | 110001 | 1001000 |
Color Harmonies of #B9DB95
Complementary color
Monochromatic Colors of #B9DB95
Black with #B9DB95
Text Example
Text Example
White with #B9DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB95; }
p { color: rgb(185,219,149); }
H1.HeaderClassName
{
color: #B9DB95;
}
.AnyTagClassName
{
color: #B9DB95;
}
</style>
background-color css
<style>
a { background-color: #B9DB95; }
a { background-color: rgb(185,219,149); }
div.DivClassName
{
background-color: #B9DB95;
}
.BgClassName
{
background-color: #B9DB95;
}
</style>
border-color css
<style>
span { border-color: #B9DB95; }
span { border-color: rgb(185,219,149); }
td.TdClassName
{
border-color: #B9DB95;
}
.TagClassName
{
border-color: #B9DB95;
}
</style>