Shades of Sprout #BFDE96
Tints of Sprout #BFDE96
RGB
CMYK
RGB Variations
Color information
#BFDE96 (or 0xBFDE96) is known color: Sprout. HEX triplet: BF, DE and 96. RGB value is (191,222,150). Sum of RGB (Red+Green+Blue) = 191+222+150=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE96 is #402169. Grayscale: #CCCCCC. Windows color (decimal): -4202858 or 9887423. OLE color: 9887423.
HSL color Cylindrical-coordinate representation of color #BFDE96: hue angle of 85.83º degrees, saturation: 0.52, 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 #BFDE96 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 150 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.13 |
| HSL | 85.83º | 0.52% | 0.73% | - |
| HSV(B) | 85.83º | 0.32% | 0.87% | - |
| XYZ | 53.11 | 65.52 | 38.7 | - |
| YUV | 204.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 150 | 0.14 | 0 | 0.32 | 0.13 | 85.83 | 0.52 | 0.73 |
| Hex | BF | DE | 96 | E | 0 | 20 | D | 56 | 34 | 49 |
| Octal | 277 | 336 | 226 | 16 | 0 | 40 | 15 | 126 | 64 | 111 |
| Binary | 10111111 | 11011110 | 10010110 | 1110 | 0 | 100000 | 1101 | 1010110 | 110100 | 1001001 |
Color Harmonies of #BFDE96
Complementary color
Monochromatic Colors of #BFDE96
Black with #BFDE96
Text Example
Text Example
White with #BFDE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE96; }
p { color: rgb(191,222,150); }
H1.HeaderClassName
{
color: #BFDE96;
}
.AnyTagClassName
{
color: #BFDE96;
}
</style>
background-color css
<style>
a { background-color: #BFDE96; }
a { background-color: rgb(191,222,150); }
div.DivClassName
{
background-color: #BFDE96;
}
.BgClassName
{
background-color: #BFDE96;
}
</style>
border-color css
<style>
span { border-color: #BFDE96; }
span { border-color: rgb(191,222,150); }
td.TdClassName
{
border-color: #BFDE96;
}
.TagClassName
{
border-color: #BFDE96;
}
</style>