Shades of Sprout #BBD892
Tints of Sprout #BBD892
RGB
CMYK
RGB Variations
Color information
#BBD892 (or 0xBBD892) is known color: Sprout. HEX triplet: BB, D8 and 92. RGB value is (187,216,146). Sum of RGB (Red+Green+Blue) = 187+216+146=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD892 is #44276D. Grayscale: #C7C7C7. Windows color (decimal): -4466542 or 9623739. OLE color: 9623739.
HSL color Cylindrical-coordinate representation of color #BBD892: hue angle of 84.86º degrees, saturation: 0.47, 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 #BBD892 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 146 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.15 |
| HSL | 84.86º | 0.47% | 0.71% | - |
| HSV(B) | 84.86º | 0.32% | 0.85% | - |
| XYZ | 50.24 | 61.75 | 36.47 | - |
| YUV | 199.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 146 | 0.13 | 0 | 0.32 | 0.15 | 84.86 | 0.47 | 0.71 |
| Hex | BB | D8 | 92 | D | 0 | 20 | F | 55 | 2F | 47 |
| Octal | 273 | 330 | 222 | 15 | 0 | 40 | 17 | 125 | 57 | 107 |
| Binary | 10111011 | 11011000 | 10010010 | 1101 | 0 | 100000 | 1111 | 1010101 | 101111 | 1000111 |
Color Harmonies of #BBD892
Complementary color
Monochromatic Colors of #BBD892
Black with #BBD892
Text Example
Text Example
White with #BBD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD892; }
p { color: rgb(187,216,146); }
H1.HeaderClassName
{
color: #BBD892;
}
.AnyTagClassName
{
color: #BBD892;
}
</style>
background-color css
<style>
a { background-color: #BBD892; }
a { background-color: rgb(187,216,146); }
div.DivClassName
{
background-color: #BBD892;
}
.BgClassName
{
background-color: #BBD892;
}
</style>
border-color css
<style>
span { border-color: #BBD892; }
span { border-color: rgb(187,216,146); }
td.TdClassName
{
border-color: #BBD892;
}
.TagClassName
{
border-color: #BBD892;
}
</style>