Shades of Sprout #BBD19B
Tints of Sprout #BBD19B
RGB
CMYK
RGB Variations
Color information
#BBD19B (or 0xBBD19B) is known color: Sprout. HEX triplet: BB, D1 and 9B. RGB value is (187,209,155). Sum of RGB (Red+Green+Blue) = 187+209+155=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD19B is #442E64. Grayscale: #C4C4C4. Windows color (decimal): -4468325 or 10211771. OLE color: 10211771.
HSL color Cylindrical-coordinate representation of color #BBD19B: hue angle of 84.44º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD19B is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 155 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.18 |
| HSL | 84.44º | 0.37% | 0.71% | - |
| HSV(B) | 84.44º | 0.26% | 0.82% | - |
| XYZ | 49.21 | 58.53 | 39.71 | - |
| YUV | 196.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 155 | 0.11 | 0 | 0.26 | 0.18 | 84.44 | 0.37 | 0.71 |
| Hex | BB | D1 | 9B | B | 0 | 1A | 12 | 54 | 25 | 47 |
| Octal | 273 | 321 | 233 | 13 | 0 | 32 | 22 | 124 | 45 | 107 |
| Binary | 10111011 | 11010001 | 10011011 | 1011 | 0 | 11010 | 10010 | 1010100 | 100101 | 1000111 |
Color Harmonies of #BBD19B
Complementary color
Monochromatic Colors of #BBD19B
Black with #BBD19B
Text Example
Text Example
White with #BBD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD19B; }
p { color: rgb(187,209,155); }
H1.HeaderClassName
{
color: #BBD19B;
}
.AnyTagClassName
{
color: #BBD19B;
}
</style>
background-color css
<style>
a { background-color: #BBD19B; }
a { background-color: rgb(187,209,155); }
div.DivClassName
{
background-color: #BBD19B;
}
.BgClassName
{
background-color: #BBD19B;
}
</style>
border-color css
<style>
span { border-color: #BBD19B; }
span { border-color: rgb(187,209,155); }
td.TdClassName
{
border-color: #BBD19B;
}
.TagClassName
{
border-color: #BBD19B;
}
</style>