Shades of Sprout #BBDD91
Tints of Sprout #BBDD91
RGB
CMYK
RGB Variations
Color information
#BBDD91 (or 0xBBDD91) is known color: Sprout. HEX triplet: BB, DD and 91. RGB value is (187,221,145). Sum of RGB (Red+Green+Blue) = 187+221+145=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD91 is #44226E. Grayscale: #CACACA. Windows color (decimal): -4465263 or 9559483. OLE color: 9559483.
HSL color Cylindrical-coordinate representation of color #BBDD91: hue angle of 86.84º 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 #BBDD91 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 145 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.13 |
| HSL | 86.84º | 0.53% | 0.72% | - |
| HSV(B) | 86.84º | 0.34% | 0.87% | - |
| XYZ | 51.46 | 64.32 | 36.49 | - |
| YUV | 202.17 | 95.74 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 145 | 0.15 | 0 | 0.34 | 0.13 | 86.84 | 0.53 | 0.72 |
| Hex | BB | DD | 91 | F | 0 | 22 | D | 57 | 35 | 48 |
| Octal | 273 | 335 | 221 | 17 | 0 | 42 | 15 | 127 | 65 | 110 |
| Binary | 10111011 | 11011101 | 10010001 | 1111 | 0 | 100010 | 1101 | 1010111 | 110101 | 1001000 |
Color Harmonies of #BBDD91
Complementary color
Monochromatic Colors of #BBDD91
Black with #BBDD91
Text Example
Text Example
White with #BBDD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD91; }
p { color: rgb(187,221,145); }
H1.HeaderClassName
{
color: #BBDD91;
}
.AnyTagClassName
{
color: #BBDD91;
}
</style>
background-color css
<style>
a { background-color: #BBDD91; }
a { background-color: rgb(187,221,145); }
div.DivClassName
{
background-color: #BBDD91;
}
.BgClassName
{
background-color: #BBDD91;
}
</style>
border-color css
<style>
span { border-color: #BBDD91; }
span { border-color: rgb(187,221,145); }
td.TdClassName
{
border-color: #BBDD91;
}
.TagClassName
{
border-color: #BBDD91;
}
</style>