Shades of Sprout #BBDF91
Tints of Sprout #BBDF91
RGB
CMYK
RGB Variations
Color information
#BBDF91 (or 0xBBDF91) is known color: Sprout. HEX triplet: BB, DF and 91. RGB value is (187,223,145). Sum of RGB (Red+Green+Blue) = 187+223+145=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF91 is #44206E. Grayscale: #CBCBCB. Windows color (decimal): -4464751 or 9559995. OLE color: 9559995.
HSL color Cylindrical-coordinate representation of color #BBDF91: hue angle of 87.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBDF91 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 145 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.13 |
| HSL | 87.69º | 0.55% | 0.72% | - |
| HSV(B) | 87.69º | 0.35% | 0.87% | - |
| XYZ | 51.99 | 65.38 | 36.67 | - |
| YUV | 203.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 145 | 0.16 | 0 | 0.35 | 0.13 | 87.69 | 0.55 | 0.72 |
| Hex | BB | DF | 91 | 10 | 0 | 23 | D | 58 | 37 | 48 |
| Octal | 273 | 337 | 221 | 20 | 0 | 43 | 15 | 130 | 67 | 110 |
| Binary | 10111011 | 11011111 | 10010001 | 10000 | 0 | 100011 | 1101 | 1011000 | 110111 | 1001000 |
Color Harmonies of #BBDF91
Complementary color
Monochromatic Colors of #BBDF91
Black with #BBDF91
Text Example
Text Example
White with #BBDF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF91; }
p { color: rgb(187,223,145); }
H1.HeaderClassName
{
color: #BBDF91;
}
.AnyTagClassName
{
color: #BBDF91;
}
</style>
background-color css
<style>
a { background-color: #BBDF91; }
a { background-color: rgb(187,223,145); }
div.DivClassName
{
background-color: #BBDF91;
}
.BgClassName
{
background-color: #BBDF91;
}
</style>
border-color css
<style>
span { border-color: #BBDF91; }
span { border-color: rgb(187,223,145); }
td.TdClassName
{
border-color: #BBDF91;
}
.TagClassName
{
border-color: #BBDF91;
}
</style>