Shades of Sprout #BBD78F
Tints of Sprout #BBD78F
RGB
CMYK
RGB Variations
Color information
#BBD78F (or 0xBBD78F) is known color: Sprout. HEX triplet: BB, D7 and 8F. RGB value is (187,215,143). Sum of RGB (Red+Green+Blue) = 187+215+143=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD78F is #442870. Grayscale: #C6C6C6. Windows color (decimal): -4466801 or 9426875. OLE color: 9426875.
HSL color Cylindrical-coordinate representation of color #BBD78F: hue angle of 83.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBD78F is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 143 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.16 |
| HSL | 83.33º | 0.47% | 0.7% | - |
| HSV(B) | 83.33º | 0.33% | 0.84% | - |
| XYZ | 49.75 | 61.15 | 35.17 | - |
| YUV | 198.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 143 | 0.13 | 0 | 0.33 | 0.16 | 83.33 | 0.47 | 0.7 |
| Hex | BB | D7 | 8F | D | 0 | 21 | 10 | 53 | 2F | 46 |
| Octal | 273 | 327 | 217 | 15 | 0 | 41 | 20 | 123 | 57 | 106 |
| Binary | 10111011 | 11010111 | 10001111 | 1101 | 0 | 100001 | 10000 | 1010011 | 101111 | 1000110 |
Color Harmonies of #BBD78F
Complementary color
Monochromatic Colors of #BBD78F
Black with #BBD78F
Text Example
Text Example
White with #BBD78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD78F; }
p { color: rgb(187,215,143); }
H1.HeaderClassName
{
color: #BBD78F;
}
.AnyTagClassName
{
color: #BBD78F;
}
</style>
background-color css
<style>
a { background-color: #BBD78F; }
a { background-color: rgb(187,215,143); }
div.DivClassName
{
background-color: #BBD78F;
}
.BgClassName
{
background-color: #BBD78F;
}
</style>
border-color css
<style>
span { border-color: #BBD78F; }
span { border-color: rgb(187,215,143); }
td.TdClassName
{
border-color: #BBD78F;
}
.TagClassName
{
border-color: #BBD78F;
}
</style>