Shades of Sprout #BFD39B
Tints of Sprout #BFD39B
RGB
CMYK
RGB Variations
Color information
#BFD39B (or 0xBFD39B) is known color: Sprout. HEX triplet: BF, D3 and 9B. RGB value is (191,211,155). Sum of RGB (Red+Green+Blue) = 191+211+155=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD39B is #402C64. Grayscale: #C6C6C6. Windows color (decimal): -4205669 or 10212287. OLE color: 10212287.
HSL color Cylindrical-coordinate representation of color #BFD39B: hue angle of 81.43º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFD39B is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 155 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.17 |
| HSL | 81.43º | 0.39% | 0.72% | - |
| HSV(B) | 81.43º | 0.27% | 0.83% | - |
| XYZ | 50.7 | 60.03 | 39.93 | - |
| YUV | 198.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 155 | 0.09 | 0 | 0.27 | 0.17 | 81.43 | 0.39 | 0.72 |
| Hex | BF | D3 | 9B | 9 | 0 | 1B | 11 | 51 | 27 | 48 |
| Octal | 277 | 323 | 233 | 11 | 0 | 33 | 21 | 121 | 47 | 110 |
| Binary | 10111111 | 11010011 | 10011011 | 1001 | 0 | 11011 | 10001 | 1010001 | 100111 | 1001000 |
Color Harmonies of #BFD39B
Complementary color
Monochromatic Colors of #BFD39B
Black with #BFD39B
Text Example
Text Example
White with #BFD39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD39B; }
p { color: rgb(191,211,155); }
H1.HeaderClassName
{
color: #BFD39B;
}
.AnyTagClassName
{
color: #BFD39B;
}
</style>
background-color css
<style>
a { background-color: #BFD39B; }
a { background-color: rgb(191,211,155); }
div.DivClassName
{
background-color: #BFD39B;
}
.BgClassName
{
background-color: #BFD39B;
}
</style>
border-color css
<style>
span { border-color: #BFD39B; }
span { border-color: rgb(191,211,155); }
td.TdClassName
{
border-color: #BFD39B;
}
.TagClassName
{
border-color: #BFD39B;
}
</style>