Shades of Sprout #BFDF96
Tints of Sprout #BFDF96
RGB
CMYK
RGB Variations
Color information
#BFDF96 (or 0xBFDF96) is known color: Sprout. HEX triplet: BF, DF and 96. RGB value is (191,223,150). Sum of RGB (Red+Green+Blue) = 191+223+150=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF96 is #402069. Grayscale: #CDCDCD. Windows color (decimal): -4202602 or 9887679. OLE color: 9887679.
HSL color Cylindrical-coordinate representation of color #BFDF96: hue angle of 86.3º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFDF96 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 150 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.13 |
| HSL | 86.3º | 0.53% | 0.73% | - |
| HSV(B) | 86.3º | 0.33% | 0.87% | - |
| XYZ | 53.38 | 66.05 | 38.79 | - |
| YUV | 205.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 150 | 0.14 | 0 | 0.33 | 0.13 | 86.3 | 0.53 | 0.73 |
| Hex | BF | DF | 96 | E | 0 | 21 | D | 56 | 35 | 49 |
| Octal | 277 | 337 | 226 | 16 | 0 | 41 | 15 | 126 | 65 | 111 |
| Binary | 10111111 | 11011111 | 10010110 | 1110 | 0 | 100001 | 1101 | 1010110 | 110101 | 1001001 |
Color Harmonies of #BFDF96
Complementary color
Monochromatic Colors of #BFDF96
Black with #BFDF96
Text Example
Text Example
White with #BFDF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF96; }
p { color: rgb(191,223,150); }
H1.HeaderClassName
{
color: #BFDF96;
}
.AnyTagClassName
{
color: #BFDF96;
}
</style>
background-color css
<style>
a { background-color: #BFDF96; }
a { background-color: rgb(191,223,150); }
div.DivClassName
{
background-color: #BFDF96;
}
.BgClassName
{
background-color: #BFDF96;
}
</style>
border-color css
<style>
span { border-color: #BFDF96; }
span { border-color: rgb(191,223,150); }
td.TdClassName
{
border-color: #BFDF96;
}
.TagClassName
{
border-color: #BFDF96;
}
</style>