Shades of Sprout #BBD88F
Tints of Sprout #BBD88F
RGB
CMYK
RGB Variations
Color information
#BBD88F (or 0xBBD88F) is known color: Sprout. HEX triplet: BB, D8 and 8F. RGB value is (187,216,143). Sum of RGB (Red+Green+Blue) = 187+216+143=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD88F is #442770. Grayscale: #C7C7C7. Windows color (decimal): -4466545 or 9427131. OLE color: 9427131.
HSL color Cylindrical-coordinate representation of color #BBD88F: hue angle of 83.84º degrees, saturation: 0.48, 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 #BBD88F is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 143 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.15 |
| HSL | 83.84º | 0.48% | 0.7% | - |
| HSV(B) | 83.84º | 0.34% | 0.85% | - |
| XYZ | 50.01 | 61.66 | 35.25 | - |
| YUV | 199.01 | 96.39 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 143 | 0.13 | 0 | 0.34 | 0.15 | 83.84 | 0.48 | 0.7 |
| Hex | BB | D8 | 8F | D | 0 | 22 | F | 54 | 30 | 46 |
| Octal | 273 | 330 | 217 | 15 | 0 | 42 | 17 | 124 | 60 | 106 |
| Binary | 10111011 | 11011000 | 10001111 | 1101 | 0 | 100010 | 1111 | 1010100 | 110000 | 1000110 |
Color Harmonies of #BBD88F
Complementary color
Monochromatic Colors of #BBD88F
Black with #BBD88F
Text Example
Text Example
White with #BBD88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD88F; }
p { color: rgb(187,216,143); }
H1.HeaderClassName
{
color: #BBD88F;
}
.AnyTagClassName
{
color: #BBD88F;
}
</style>
background-color css
<style>
a { background-color: #BBD88F; }
a { background-color: rgb(187,216,143); }
div.DivClassName
{
background-color: #BBD88F;
}
.BgClassName
{
background-color: #BBD88F;
}
</style>
border-color css
<style>
span { border-color: #BBD88F; }
span { border-color: rgb(187,216,143); }
td.TdClassName
{
border-color: #BBD88F;
}
.TagClassName
{
border-color: #BBD88F;
}
</style>