Shades of Sprout #BBD993
Tints of Sprout #BBD993
RGB
CMYK
RGB Variations
Color information
#BBD993 (or 0xBBD993) is known color: Sprout. HEX triplet: BB, D9 and 93. RGB value is (187,217,147). Sum of RGB (Red+Green+Blue) = 187+217+147=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD993 is #44266C. Grayscale: #C8C8C8. Windows color (decimal): -4466285 or 9689531. OLE color: 9689531.
HSL color Cylindrical-coordinate representation of color #BBD993: hue angle of 85.71º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD993 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 147 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.15 |
| HSL | 85.71º | 0.48% | 0.71% | - |
| HSV(B) | 85.71º | 0.32% | 0.85% | - |
| XYZ | 50.57 | 62.3 | 36.96 | - |
| YUV | 200.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 147 | 0.14 | 0 | 0.32 | 0.15 | 85.71 | 0.48 | 0.71 |
| Hex | BB | D9 | 93 | E | 0 | 20 | F | 56 | 30 | 47 |
| Octal | 273 | 331 | 223 | 16 | 0 | 40 | 17 | 126 | 60 | 107 |
| Binary | 10111011 | 11011001 | 10010011 | 1110 | 0 | 100000 | 1111 | 1010110 | 110000 | 1000111 |
Color Harmonies of #BBD993
Complementary color
Monochromatic Colors of #BBD993
Black with #BBD993
Text Example
Text Example
White with #BBD993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD993; }
p { color: rgb(187,217,147); }
H1.HeaderClassName
{
color: #BBD993;
}
.AnyTagClassName
{
color: #BBD993;
}
</style>
background-color css
<style>
a { background-color: #BBD993; }
a { background-color: rgb(187,217,147); }
div.DivClassName
{
background-color: #BBD993;
}
.BgClassName
{
background-color: #BBD993;
}
</style>
border-color css
<style>
span { border-color: #BBD993; }
span { border-color: rgb(187,217,147); }
td.TdClassName
{
border-color: #BBD993;
}
.TagClassName
{
border-color: #BBD993;
}
</style>