Shades of Sprout #B9DD91
Tints of Sprout #B9DD91
RGB
CMYK
RGB Variations
Color information
#B9DD91 (or 0xB9DD91) is known color: Sprout. HEX triplet: B9, DD and 91. RGB value is (185,221,145). Sum of RGB (Red+Green+Blue) = 185+221+145=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DD91 is #46226E. Grayscale: #C9C9C9. Windows color (decimal): -4596335 or 9559481. OLE color: 9559481.
HSL color Cylindrical-coordinate representation of color #B9DD91: hue angle of 88.42º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9DD91 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 145 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.13 |
| HSL | 88.42º | 0.53% | 0.72% | - |
| HSV(B) | 88.42º | 0.34% | 0.87% | - |
| XYZ | 50.97 | 64.07 | 36.47 | - |
| YUV | 201.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 145 | 0.16 | 0 | 0.34 | 0.13 | 88.42 | 0.53 | 0.72 |
| Hex | B9 | DD | 91 | 10 | 0 | 22 | D | 58 | 35 | 48 |
| Octal | 271 | 335 | 221 | 20 | 0 | 42 | 15 | 130 | 65 | 110 |
| Binary | 10111001 | 11011101 | 10010001 | 10000 | 0 | 100010 | 1101 | 1011000 | 110101 | 1001000 |
Color Harmonies of #B9DD91
Complementary color
Monochromatic Colors of #B9DD91
Black with #B9DD91
Text Example
Text Example
White with #B9DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD91; }
p { color: rgb(185,221,145); }
H1.HeaderClassName
{
color: #B9DD91;
}
.AnyTagClassName
{
color: #B9DD91;
}
</style>
background-color css
<style>
a { background-color: #B9DD91; }
a { background-color: rgb(185,221,145); }
div.DivClassName
{
background-color: #B9DD91;
}
.BgClassName
{
background-color: #B9DD91;
}
</style>
border-color css
<style>
span { border-color: #B9DD91; }
span { border-color: rgb(185,221,145); }
td.TdClassName
{
border-color: #B9DD91;
}
.TagClassName
{
border-color: #B9DD91;
}
</style>