Shades of Sprout #BFDC95
Tints of Sprout #BFDC95
RGB
CMYK
RGB Variations
Color information
#BFDC95 (or 0xBFDC95) is known color: Sprout. HEX triplet: BF, DC and 95. RGB value is (191,220,149). Sum of RGB (Red+Green+Blue) = 191+220+149=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC95 is #40236A. Grayscale: #CBCBCB. Windows color (decimal): -4203371 or 9821375. OLE color: 9821375.
HSL color Cylindrical-coordinate representation of color #BFDC95: hue angle of 84.51º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFDC95 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 149 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.14 |
| HSL | 84.51º | 0.5% | 0.72% | - |
| HSV(B) | 84.51º | 0.32% | 0.86% | - |
| XYZ | 52.5 | 64.43 | 38.1 | - |
| YUV | 203.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 149 | 0.13 | 0 | 0.32 | 0.14 | 84.51 | 0.5 | 0.72 |
| Hex | BF | DC | 95 | D | 0 | 20 | E | 55 | 32 | 48 |
| Octal | 277 | 334 | 225 | 15 | 0 | 40 | 16 | 125 | 62 | 110 |
| Binary | 10111111 | 11011100 | 10010101 | 1101 | 0 | 100000 | 1110 | 1010101 | 110010 | 1001000 |
Color Harmonies of #BFDC95
Complementary color
Monochromatic Colors of #BFDC95
Black with #BFDC95
Text Example
Text Example
White with #BFDC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC95; }
p { color: rgb(191,220,149); }
H1.HeaderClassName
{
color: #BFDC95;
}
.AnyTagClassName
{
color: #BFDC95;
}
</style>
background-color css
<style>
a { background-color: #BFDC95; }
a { background-color: rgb(191,220,149); }
div.DivClassName
{
background-color: #BFDC95;
}
.BgClassName
{
background-color: #BFDC95;
}
</style>
border-color css
<style>
span { border-color: #BFDC95; }
span { border-color: rgb(191,220,149); }
td.TdClassName
{
border-color: #BFDC95;
}
.TagClassName
{
border-color: #BFDC95;
}
</style>