Shades of Sprout #BFDC96
Tints of Sprout #BFDC96
RGB
CMYK
RGB Variations
Color information
#BFDC96 (or 0xBFDC96) is known color: Sprout. HEX triplet: BF, DC and 96. RGB value is (191,220,150). Sum of RGB (Red+Green+Blue) = 191+220+150=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC96 is #402369. Grayscale: #CBCBCB. Windows color (decimal): -4203370 or 9886911. OLE color: 9886911.
HSL color Cylindrical-coordinate representation of color #BFDC96: hue angle of 84.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFDC96 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 150 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.14 |
| HSL | 84.86º | 0.5% | 0.73% | - |
| HSV(B) | 84.86º | 0.32% | 0.86% | - |
| XYZ | 52.58 | 64.46 | 38.53 | - |
| YUV | 203.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 150 | 0.13 | 0 | 0.32 | 0.14 | 84.86 | 0.5 | 0.73 |
| Hex | BF | DC | 96 | D | 0 | 20 | E | 55 | 32 | 49 |
| Octal | 277 | 334 | 226 | 15 | 0 | 40 | 16 | 125 | 62 | 111 |
| Binary | 10111111 | 11011100 | 10010110 | 1101 | 0 | 100000 | 1110 | 1010101 | 110010 | 1001001 |
Color Harmonies of #BFDC96
Complementary color
Monochromatic Colors of #BFDC96
Black with #BFDC96
Text Example
Text Example
White with #BFDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC96; }
p { color: rgb(191,220,150); }
H1.HeaderClassName
{
color: #BFDC96;
}
.AnyTagClassName
{
color: #BFDC96;
}
</style>
background-color css
<style>
a { background-color: #BFDC96; }
a { background-color: rgb(191,220,150); }
div.DivClassName
{
background-color: #BFDC96;
}
.BgClassName
{
background-color: #BFDC96;
}
</style>
border-color css
<style>
span { border-color: #BFDC96; }
span { border-color: rgb(191,220,150); }
td.TdClassName
{
border-color: #BFDC96;
}
.TagClassName
{
border-color: #BFDC96;
}
</style>