Shades of Sprout #BBD49B
Tints of Sprout #BBD49B
RGB
CMYK
RGB Variations
Color information
#BBD49B (or 0xBBD49B) is known color: Sprout. HEX triplet: BB, D4 and 9B. RGB value is (187,212,155). Sum of RGB (Red+Green+Blue) = 187+212+155=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD49B is #442B64. Grayscale: #C6C6C6. Windows color (decimal): -4467557 or 10212539. OLE color: 10212539.
HSL color Cylindrical-coordinate representation of color #BBD49B: hue angle of 86.32º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBD49B is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 155 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.17 |
| HSL | 86.32º | 0.4% | 0.72% | - |
| HSV(B) | 86.32º | 0.27% | 0.83% | - |
| XYZ | 49.95 | 60.02 | 39.96 | - |
| YUV | 198.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 155 | 0.12 | 0 | 0.27 | 0.17 | 86.32 | 0.4 | 0.72 |
| Hex | BB | D4 | 9B | C | 0 | 1B | 11 | 56 | 28 | 48 |
| Octal | 273 | 324 | 233 | 14 | 0 | 33 | 21 | 126 | 50 | 110 |
| Binary | 10111011 | 11010100 | 10011011 | 1100 | 0 | 11011 | 10001 | 1010110 | 101000 | 1001000 |
Color Harmonies of #BBD49B
Complementary color
Monochromatic Colors of #BBD49B
Black with #BBD49B
Text Example
Text Example
White with #BBD49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD49B; }
p { color: rgb(187,212,155); }
H1.HeaderClassName
{
color: #BBD49B;
}
.AnyTagClassName
{
color: #BBD49B;
}
</style>
background-color css
<style>
a { background-color: #BBD49B; }
a { background-color: rgb(187,212,155); }
div.DivClassName
{
background-color: #BBD49B;
}
.BgClassName
{
background-color: #BBD49B;
}
</style>
border-color css
<style>
span { border-color: #BBD49B; }
span { border-color: rgb(187,212,155); }
td.TdClassName
{
border-color: #BBD49B;
}
.TagClassName
{
border-color: #BBD49B;
}
</style>