Shades of Sprout #BBD88E
Tints of Sprout #BBD88E
RGB
CMYK
RGB Variations
Color information
#BBD88E (or 0xBBD88E) is known color: Sprout. HEX triplet: BB, D8 and 8E. RGB value is (187,216,142). Sum of RGB (Red+Green+Blue) = 187+216+142=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD88E is #442771. Grayscale: #C7C7C7. Windows color (decimal): -4466546 or 9361595. OLE color: 9361595.
HSL color Cylindrical-coordinate representation of color #BBD88E: hue angle of 83.51º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBD88E is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 142 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.15 |
| HSL | 83.51º | 0.49% | 0.7% | - |
| HSV(B) | 83.51º | 0.34% | 0.85% | - |
| XYZ | 49.93 | 61.63 | 34.86 | - |
| YUV | 198.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 142 | 0.13 | 0 | 0.34 | 0.15 | 83.51 | 0.49 | 0.7 |
| Hex | BB | D8 | 8E | D | 0 | 22 | F | 54 | 31 | 46 |
| Octal | 273 | 330 | 216 | 15 | 0 | 42 | 17 | 124 | 61 | 106 |
| Binary | 10111011 | 11011000 | 10001110 | 1101 | 0 | 100010 | 1111 | 1010100 | 110001 | 1000110 |
Color Harmonies of #BBD88E
Complementary color
Monochromatic Colors of #BBD88E
Black with #BBD88E
Text Example
Text Example
White with #BBD88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD88E; }
p { color: rgb(187,216,142); }
H1.HeaderClassName
{
color: #BBD88E;
}
.AnyTagClassName
{
color: #BBD88E;
}
</style>
background-color css
<style>
a { background-color: #BBD88E; }
a { background-color: rgb(187,216,142); }
div.DivClassName
{
background-color: #BBD88E;
}
.BgClassName
{
background-color: #BBD88E;
}
</style>
border-color css
<style>
span { border-color: #BBD88E; }
span { border-color: rgb(187,216,142); }
td.TdClassName
{
border-color: #BBD88E;
}
.TagClassName
{
border-color: #BBD88E;
}
</style>