Shades of Sprout #BBD399
Tints of Sprout #BBD399
RGB
CMYK
RGB Variations
Color information
#BBD399 (or 0xBBD399) is known color: Sprout. HEX triplet: BB, D3 and 99. RGB value is (187,211,153). Sum of RGB (Red+Green+Blue) = 187+211+153=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD399 is #442C66. Grayscale: #C5C5C5. Windows color (decimal): -4467815 or 10081211. OLE color: 10081211.
HSL color Cylindrical-coordinate representation of color #BBD399: hue angle of 84.83º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBD399 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 153 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.17 |
| HSL | 84.83º | 0.4% | 0.71% | - |
| HSV(B) | 84.83º | 0.27% | 0.83% | - |
| XYZ | 49.54 | 59.45 | 39 | - |
| YUV | 197.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 153 | 0.11 | 0 | 0.27 | 0.17 | 84.83 | 0.4 | 0.71 |
| Hex | BB | D3 | 99 | B | 0 | 1B | 11 | 55 | 28 | 47 |
| Octal | 273 | 323 | 231 | 13 | 0 | 33 | 21 | 125 | 50 | 107 |
| Binary | 10111011 | 11010011 | 10011001 | 1011 | 0 | 11011 | 10001 | 1010101 | 101000 | 1000111 |
Color Harmonies of #BBD399
Complementary color
Monochromatic Colors of #BBD399
Black with #BBD399
Text Example
Text Example
White with #BBD399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD399; }
p { color: rgb(187,211,153); }
H1.HeaderClassName
{
color: #BBD399;
}
.AnyTagClassName
{
color: #BBD399;
}
</style>
background-color css
<style>
a { background-color: #BBD399; }
a { background-color: rgb(187,211,153); }
div.DivClassName
{
background-color: #BBD399;
}
.BgClassName
{
background-color: #BBD399;
}
</style>
border-color css
<style>
span { border-color: #BBD399; }
span { border-color: rgb(187,211,153); }
td.TdClassName
{
border-color: #BBD399;
}
.TagClassName
{
border-color: #BBD399;
}
</style>