Shades of Sprout #BBD78D
Tints of Sprout #BBD78D
RGB
CMYK
RGB Variations
Color information
#BBD78D (or 0xBBD78D) is known color: Sprout. HEX triplet: BB, D7 and 8D. RGB value is (187,215,141). Sum of RGB (Red+Green+Blue) = 187+215+141=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD78D is #442872. Grayscale: #C6C6C6. Windows color (decimal): -4466803 or 9295803. OLE color: 9295803.
HSL color Cylindrical-coordinate representation of color #BBD78D: hue angle of 82.7º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBD78D is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 141 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.16 |
| HSL | 82.7º | 0.48% | 0.7% | - |
| HSV(B) | 82.7º | 0.34% | 0.84% | - |
| XYZ | 49.6 | 61.09 | 34.38 | - |
| YUV | 198.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 141 | 0.13 | 0 | 0.34 | 0.16 | 82.7 | 0.48 | 0.7 |
| Hex | BB | D7 | 8D | D | 0 | 22 | 10 | 53 | 30 | 46 |
| Octal | 273 | 327 | 215 | 15 | 0 | 42 | 20 | 123 | 60 | 106 |
| Binary | 10111011 | 11010111 | 10001101 | 1101 | 0 | 100010 | 10000 | 1010011 | 110000 | 1000110 |
Color Harmonies of #BBD78D
Complementary color
Monochromatic Colors of #BBD78D
Black with #BBD78D
Text Example
Text Example
White with #BBD78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD78D; }
p { color: rgb(187,215,141); }
H1.HeaderClassName
{
color: #BBD78D;
}
.AnyTagClassName
{
color: #BBD78D;
}
</style>
background-color css
<style>
a { background-color: #BBD78D; }
a { background-color: rgb(187,215,141); }
div.DivClassName
{
background-color: #BBD78D;
}
.BgClassName
{
background-color: #BBD78D;
}
</style>
border-color css
<style>
span { border-color: #BBD78D; }
span { border-color: rgb(187,215,141); }
td.TdClassName
{
border-color: #BBD78D;
}
.TagClassName
{
border-color: #BBD78D;
}
</style>