Shades of Sprout #BFDC91
Tints of Sprout #BFDC91
RGB
CMYK
RGB Variations
Color information
#BFDC91 (or 0xBFDC91) is known color: Sprout. HEX triplet: BF, DC and 91. RGB value is (191,220,145). Sum of RGB (Red+Green+Blue) = 191+220+145=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 145 (57.03% from 255 or 26.08% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC91 is #40236E. Grayscale: #CBCBCB. Windows color (decimal): -4203375 or 9559231. OLE color: 9559231.
HSL color Cylindrical-coordinate representation of color #BFDC91: hue angle of 83.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFDC91 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 145 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.14 |
| HSL | 83.2º | 0.52% | 0.72% | - |
| HSV(B) | 83.2º | 0.34% | 0.86% | - |
| XYZ | 52.19 | 64.31 | 36.45 | - |
| YUV | 202.78 | 95.39 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 145 | 0.13 | 0 | 0.34 | 0.14 | 83.2 | 0.52 | 0.72 |
| Hex | BF | DC | 91 | D | 0 | 22 | E | 53 | 34 | 48 |
| Octal | 277 | 334 | 221 | 15 | 0 | 42 | 16 | 123 | 64 | 110 |
| Binary | 10111111 | 11011100 | 10010001 | 1101 | 0 | 100010 | 1110 | 1010011 | 110100 | 1001000 |
Color Harmonies of #BFDC91
Complementary color
Monochromatic Colors of #BFDC91
Black with #BFDC91
Text Example
Text Example
White with #BFDC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC91; }
p { color: rgb(191,220,145); }
H1.HeaderClassName
{
color: #BFDC91;
}
.AnyTagClassName
{
color: #BFDC91;
}
</style>
background-color css
<style>
a { background-color: #BFDC91; }
a { background-color: rgb(191,220,145); }
div.DivClassName
{
background-color: #BFDC91;
}
.BgClassName
{
background-color: #BFDC91;
}
</style>
border-color css
<style>
span { border-color: #BFDC91; }
span { border-color: rgb(191,220,145); }
td.TdClassName
{
border-color: #BFDC91;
}
.TagClassName
{
border-color: #BFDC91;
}
</style>