Shades of Sprout #BFDD95
Tints of Sprout #BFDD95
RGB
CMYK
RGB Variations
Color information
#BFDD95 (or 0xBFDD95) is known color: Sprout. HEX triplet: BF, DD and 95. RGB value is (191,221,149). Sum of RGB (Red+Green+Blue) = 191+221+149=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD95 is #40226A. Grayscale: #CCCCCC. Windows color (decimal): -4203115 or 9821631. OLE color: 9821631.
HSL color Cylindrical-coordinate representation of color #BFDD95: hue angle of 85º degrees, saturation: 0.51, 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 #BFDD95 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 149 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.13 |
| HSL | 85º | 0.51% | 0.73% | - |
| HSV(B) | 85º | 0.33% | 0.87% | - |
| XYZ | 52.77 | 64.96 | 38.19 | - |
| YUV | 203.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 149 | 0.14 | 0 | 0.33 | 0.13 | 85 | 0.51 | 0.73 |
| Hex | BF | DD | 95 | E | 0 | 21 | D | 55 | 33 | 49 |
| Octal | 277 | 335 | 225 | 16 | 0 | 41 | 15 | 125 | 63 | 111 |
| Binary | 10111111 | 11011101 | 10010101 | 1110 | 0 | 100001 | 1101 | 1010101 | 110011 | 1001001 |
Color Harmonies of #BFDD95
Complementary color
Monochromatic Colors of #BFDD95
Black with #BFDD95
Text Example
Text Example
White with #BFDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD95; }
p { color: rgb(191,221,149); }
H1.HeaderClassName
{
color: #BFDD95;
}
.AnyTagClassName
{
color: #BFDD95;
}
</style>
background-color css
<style>
a { background-color: #BFDD95; }
a { background-color: rgb(191,221,149); }
div.DivClassName
{
background-color: #BFDD95;
}
.BgClassName
{
background-color: #BFDD95;
}
</style>
border-color css
<style>
span { border-color: #BFDD95; }
span { border-color: rgb(191,221,149); }
td.TdClassName
{
border-color: #BFDD95;
}
.TagClassName
{
border-color: #BFDD95;
}
</style>