Shades of Sprout #BBDF96
Tints of Sprout #BBDF96
RGB
CMYK
RGB Variations
Color information
#BBDF96 (or 0xBBDF96) is known color: Sprout. HEX triplet: BB, DF and 96. RGB value is (187,223,150). Sum of RGB (Red+Green+Blue) = 187+223+150=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF96 is #442069. Grayscale: #CCCCCC. Windows color (decimal): -4464746 or 9887675. OLE color: 9887675.
HSL color Cylindrical-coordinate representation of color #BBDF96: hue angle of 89.59º degrees, saturation: 0.53, 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 #BBDF96 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 150 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.13 |
| HSL | 89.59º | 0.53% | 0.73% | - |
| HSV(B) | 89.59º | 0.33% | 0.87% | - |
| XYZ | 52.39 | 65.54 | 38.74 | - |
| YUV | 203.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 150 | 0.16 | 0 | 0.33 | 0.13 | 89.59 | 0.53 | 0.73 |
| Hex | BB | DF | 96 | 10 | 0 | 21 | D | 5A | 35 | 49 |
| Octal | 273 | 337 | 226 | 20 | 0 | 41 | 15 | 132 | 65 | 111 |
| Binary | 10111011 | 11011111 | 10010110 | 10000 | 0 | 100001 | 1101 | 1011010 | 110101 | 1001001 |
Color Harmonies of #BBDF96
Complementary color
Monochromatic Colors of #BBDF96
Black with #BBDF96
Text Example
Text Example
White with #BBDF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF96; }
p { color: rgb(187,223,150); }
H1.HeaderClassName
{
color: #BBDF96;
}
.AnyTagClassName
{
color: #BBDF96;
}
</style>
background-color css
<style>
a { background-color: #BBDF96; }
a { background-color: rgb(187,223,150); }
div.DivClassName
{
background-color: #BBDF96;
}
.BgClassName
{
background-color: #BBDF96;
}
</style>
border-color css
<style>
span { border-color: #BBDF96; }
span { border-color: rgb(187,223,150); }
td.TdClassName
{
border-color: #BBDF96;
}
.TagClassName
{
border-color: #BBDF96;
}
</style>