Shades of Sprout #BFDB93
Tints of Sprout #BFDB93
RGB
CMYK
RGB Variations
Color information
#BFDB93 (or 0xBFDB93) is known color: Sprout. HEX triplet: BF, DB and 93. RGB value is (191,219,147). Sum of RGB (Red+Green+Blue) = 191+219+147=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDB93 is #40246C. Grayscale: #CACACA. Windows color (decimal): -4203629 or 9690047. OLE color: 9690047.
HSL color Cylindrical-coordinate representation of color #BFDB93: hue angle of 83.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFDB93 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 147 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.14 |
| HSL | 83.33º | 0.5% | 0.72% | - |
| HSV(B) | 83.33º | 0.33% | 0.86% | - |
| XYZ | 52.08 | 63.85 | 37.18 | - |
| YUV | 202.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 147 | 0.13 | 0 | 0.33 | 0.14 | 83.33 | 0.5 | 0.72 |
| Hex | BF | DB | 93 | D | 0 | 21 | E | 53 | 32 | 48 |
| Octal | 277 | 333 | 223 | 15 | 0 | 41 | 16 | 123 | 62 | 110 |
| Binary | 10111111 | 11011011 | 10010011 | 1101 | 0 | 100001 | 1110 | 1010011 | 110010 | 1001000 |
Color Harmonies of #BFDB93
Complementary color
Monochromatic Colors of #BFDB93
Black with #BFDB93
Text Example
Text Example
White with #BFDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB93; }
p { color: rgb(191,219,147); }
H1.HeaderClassName
{
color: #BFDB93;
}
.AnyTagClassName
{
color: #BFDB93;
}
</style>
background-color css
<style>
a { background-color: #BFDB93; }
a { background-color: rgb(191,219,147); }
div.DivClassName
{
background-color: #BFDB93;
}
.BgClassName
{
background-color: #BFDB93;
}
</style>
border-color css
<style>
span { border-color: #BFDB93; }
span { border-color: rgb(191,219,147); }
td.TdClassName
{
border-color: #BFDB93;
}
.TagClassName
{
border-color: #BFDB93;
}
</style>