Shades of Sprout #BFDD96
Tints of Sprout #BFDD96
RGB
CMYK
RGB Variations
Color information
#BFDD96 (or 0xBFDD96) is known color: Sprout. HEX triplet: BF, DD and 96. RGB value is (191,221,150). Sum of RGB (Red+Green+Blue) = 191+221+150=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD96 is #402269. Grayscale: #CCCCCC. Windows color (decimal): -4203114 or 9887167. OLE color: 9887167.
HSL color Cylindrical-coordinate representation of color #BFDD96: hue angle of 85.35º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFDD96 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 150 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.13 |
| HSL | 85.35º | 0.51% | 0.73% | - |
| HSV(B) | 85.35º | 0.32% | 0.87% | - |
| XYZ | 52.85 | 64.99 | 38.61 | - |
| YUV | 203.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 150 | 0.14 | 0 | 0.32 | 0.13 | 85.35 | 0.51 | 0.73 |
| Hex | BF | DD | 96 | E | 0 | 20 | D | 55 | 33 | 49 |
| Octal | 277 | 335 | 226 | 16 | 0 | 40 | 15 | 125 | 63 | 111 |
| Binary | 10111111 | 11011101 | 10010110 | 1110 | 0 | 100000 | 1101 | 1010101 | 110011 | 1001001 |
Color Harmonies of #BFDD96
Complementary color
Monochromatic Colors of #BFDD96
Black with #BFDD96
Text Example
Text Example
White with #BFDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD96; }
p { color: rgb(191,221,150); }
H1.HeaderClassName
{
color: #BFDD96;
}
.AnyTagClassName
{
color: #BFDD96;
}
</style>
background-color css
<style>
a { background-color: #BFDD96; }
a { background-color: rgb(191,221,150); }
div.DivClassName
{
background-color: #BFDD96;
}
.BgClassName
{
background-color: #BFDD96;
}
</style>
border-color css
<style>
span { border-color: #BFDD96; }
span { border-color: rgb(191,221,150); }
td.TdClassName
{
border-color: #BFDD96;
}
.TagClassName
{
border-color: #BFDD96;
}
</style>