Shades of Sprout #BFDB99
Tints of Sprout #BFDB99
RGB
CMYK
RGB Variations
Color information
#BFDB99 (or 0xBFDB99) is known color: Sprout. HEX triplet: BF, DB and 99. RGB value is (191,219,153). Sum of RGB (Red+Green+Blue) = 191+219+153=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDB99 is #402466. Grayscale: #CBCBCB. Windows color (decimal): -4203623 or 10083263. OLE color: 10083263.
HSL color Cylindrical-coordinate representation of color #BFDB99: hue angle of 85.45º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFDB99 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 153 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.14 |
| HSL | 85.45º | 0.48% | 0.73% | - |
| HSV(B) | 85.45º | 0.3% | 0.86% | - |
| XYZ | 52.57 | 64.04 | 39.73 | - |
| YUV | 203.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 153 | 0.13 | 0 | 0.30 | 0.14 | 85.45 | 0.48 | 0.73 |
| Hex | BF | DB | 99 | D | 0 | 1E | E | 55 | 30 | 49 |
| Octal | 277 | 333 | 231 | 15 | 0 | 36 | 16 | 125 | 60 | 111 |
| Binary | 10111111 | 11011011 | 10011001 | 1101 | 0 | 11110 | 1110 | 1010101 | 110000 | 1001001 |
Color Harmonies of #BFDB99
Complementary color
Monochromatic Colors of #BFDB99
Black with #BFDB99
Text Example
Text Example
White with #BFDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB99; }
p { color: rgb(191,219,153); }
H1.HeaderClassName
{
color: #BFDB99;
}
.AnyTagClassName
{
color: #BFDB99;
}
</style>
background-color css
<style>
a { background-color: #BFDB99; }
a { background-color: rgb(191,219,153); }
div.DivClassName
{
background-color: #BFDB99;
}
.BgClassName
{
background-color: #BFDB99;
}
</style>
border-color css
<style>
span { border-color: #BFDB99; }
span { border-color: rgb(191,219,153); }
td.TdClassName
{
border-color: #BFDB99;
}
.TagClassName
{
border-color: #BFDB99;
}
</style>