Shades of Sprout #BBDA8D
Tints of Sprout #BBDA8D
RGB
CMYK
RGB Variations
Color information
#BBDA8D (or 0xBBDA8D) is known color: Sprout. HEX triplet: BB, DA and 8D. RGB value is (187,218,141). Sum of RGB (Red+Green+Blue) = 187+218+141=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA8D is #442572. Grayscale: #C8C8C8. Windows color (decimal): -4466035 or 9296571. OLE color: 9296571.
HSL color Cylindrical-coordinate representation of color #BBDA8D: hue angle of 84.16º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBDA8D is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 141 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.15 |
| HSL | 84.16º | 0.51% | 0.7% | - |
| HSV(B) | 84.16º | 0.35% | 0.85% | - |
| XYZ | 50.37 | 62.63 | 34.63 | - |
| YUV | 199.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 141 | 0.14 | 0 | 0.35 | 0.15 | 84.16 | 0.51 | 0.7 |
| Hex | BB | DA | 8D | E | 0 | 23 | F | 54 | 33 | 46 |
| Octal | 273 | 332 | 215 | 16 | 0 | 43 | 17 | 124 | 63 | 106 |
| Binary | 10111011 | 11011010 | 10001101 | 1110 | 0 | 100011 | 1111 | 1010100 | 110011 | 1000110 |
Color Harmonies of #BBDA8D
Complementary color
Monochromatic Colors of #BBDA8D
Black with #BBDA8D
Text Example
Text Example
White with #BBDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA8D; }
p { color: rgb(187,218,141); }
H1.HeaderClassName
{
color: #BBDA8D;
}
.AnyTagClassName
{
color: #BBDA8D;
}
</style>
background-color css
<style>
a { background-color: #BBDA8D; }
a { background-color: rgb(187,218,141); }
div.DivClassName
{
background-color: #BBDA8D;
}
.BgClassName
{
background-color: #BBDA8D;
}
</style>
border-color css
<style>
span { border-color: #BBDA8D; }
span { border-color: rgb(187,218,141); }
td.TdClassName
{
border-color: #BBDA8D;
}
.TagClassName
{
border-color: #BBDA8D;
}
</style>