Shades of Sprout #BBDD95
Tints of Sprout #BBDD95
RGB
CMYK
RGB Variations
Color information
#BBDD95 (or 0xBBDD95) is known color: Sprout. HEX triplet: BB, DD and 95. RGB value is (187,221,149). Sum of RGB (Red+Green+Blue) = 187+221+149=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD95 is #44226A. Grayscale: #CACACA. Windows color (decimal): -4465259 or 9821627. OLE color: 9821627.
HSL color Cylindrical-coordinate representation of color #BBDD95: hue angle of 88.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBDD95 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 149 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.13 |
| HSL | 88.33º | 0.51% | 0.73% | - |
| HSV(B) | 88.33º | 0.33% | 0.87% | - |
| XYZ | 51.77 | 64.45 | 38.14 | - |
| YUV | 202.63 | 97.74 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 149 | 0.15 | 0 | 0.33 | 0.13 | 88.33 | 0.51 | 0.73 |
| Hex | BB | DD | 95 | F | 0 | 21 | D | 58 | 33 | 49 |
| Octal | 273 | 335 | 225 | 17 | 0 | 41 | 15 | 130 | 63 | 111 |
| Binary | 10111011 | 11011101 | 10010101 | 1111 | 0 | 100001 | 1101 | 1011000 | 110011 | 1001001 |
Color Harmonies of #BBDD95
Complementary color
Monochromatic Colors of #BBDD95
Black with #BBDD95
Text Example
Text Example
White with #BBDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD95; }
p { color: rgb(187,221,149); }
H1.HeaderClassName
{
color: #BBDD95;
}
.AnyTagClassName
{
color: #BBDD95;
}
</style>
background-color css
<style>
a { background-color: #BBDD95; }
a { background-color: rgb(187,221,149); }
div.DivClassName
{
background-color: #BBDD95;
}
.BgClassName
{
background-color: #BBDD95;
}
</style>
border-color css
<style>
span { border-color: #BBDD95; }
span { border-color: rgb(187,221,149); }
td.TdClassName
{
border-color: #BBDD95;
}
.TagClassName
{
border-color: #BBDD95;
}
</style>