Shades of Sprout #BBD393
Tints of Sprout #BBD393
RGB
CMYK
RGB Variations
Color information
#BBD393 (or 0xBBD393) is known color: Sprout. HEX triplet: BB, D3 and 93. RGB value is (187,211,147). Sum of RGB (Red+Green+Blue) = 187+211+147=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD393 is #442C6C. Grayscale: #C4C4C4. Windows color (decimal): -4467821 or 9687995. OLE color: 9687995.
HSL color Cylindrical-coordinate representation of color #BBD393: hue angle of 82.5º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD393 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 147 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.17 |
| HSL | 82.5º | 0.42% | 0.7% | - |
| HSV(B) | 82.5º | 0.3% | 0.83% | - |
| XYZ | 49.05 | 59.26 | 36.46 | - |
| YUV | 196.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 147 | 0.11 | 0 | 0.30 | 0.17 | 82.5 | 0.42 | 0.7 |
| Hex | BB | D3 | 93 | B | 0 | 1E | 11 | 52 | 2A | 46 |
| Octal | 273 | 323 | 223 | 13 | 0 | 36 | 21 | 122 | 52 | 106 |
| Binary | 10111011 | 11010011 | 10010011 | 1011 | 0 | 11110 | 10001 | 1010010 | 101010 | 1000110 |
Color Harmonies of #BBD393
Complementary color
Monochromatic Colors of #BBD393
Black with #BBD393
Text Example
Text Example
White with #BBD393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD393; }
p { color: rgb(187,211,147); }
H1.HeaderClassName
{
color: #BBD393;
}
.AnyTagClassName
{
color: #BBD393;
}
</style>
background-color css
<style>
a { background-color: #BBD393; }
a { background-color: rgb(187,211,147); }
div.DivClassName
{
background-color: #BBD393;
}
.BgClassName
{
background-color: #BBD393;
}
</style>
border-color css
<style>
span { border-color: #BBD393; }
span { border-color: rgb(187,211,147); }
td.TdClassName
{
border-color: #BBD393;
}
.TagClassName
{
border-color: #BBD393;
}
</style>