Shades of Sprout #BFD59B
Tints of Sprout #BFD59B
RGB
CMYK
RGB Variations
Color information
#BFD59B (or 0xBFD59B) is known color: Sprout. HEX triplet: BF, D5 and 9B. RGB value is (191,213,155). Sum of RGB (Red+Green+Blue) = 191+213+155=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD59B is #402A64. Grayscale: #C8C8C8. Windows color (decimal): -4205157 or 10212799. OLE color: 10212799.
HSL color Cylindrical-coordinate representation of color #BFD59B: hue angle of 82.76º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFD59B is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 155 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.16 |
| HSL | 82.76º | 0.41% | 0.72% | - |
| HSV(B) | 82.76º | 0.27% | 0.84% | - |
| XYZ | 51.2 | 61.03 | 40.09 | - |
| YUV | 199.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 155 | 0.10 | 0 | 0.27 | 0.16 | 82.76 | 0.41 | 0.72 |
| Hex | BF | D5 | 9B | A | 0 | 1B | 10 | 53 | 29 | 48 |
| Octal | 277 | 325 | 233 | 12 | 0 | 33 | 20 | 123 | 51 | 110 |
| Binary | 10111111 | 11010101 | 10011011 | 1010 | 0 | 11011 | 10000 | 1010011 | 101001 | 1001000 |
Color Harmonies of #BFD59B
Complementary color
Monochromatic Colors of #BFD59B
Black with #BFD59B
Text Example
Text Example
White with #BFD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD59B; }
p { color: rgb(191,213,155); }
H1.HeaderClassName
{
color: #BFD59B;
}
.AnyTagClassName
{
color: #BFD59B;
}
</style>
background-color css
<style>
a { background-color: #BFD59B; }
a { background-color: rgb(191,213,155); }
div.DivClassName
{
background-color: #BFD59B;
}
.BgClassName
{
background-color: #BFD59B;
}
</style>
border-color css
<style>
span { border-color: #BFD59B; }
span { border-color: rgb(191,213,155); }
td.TdClassName
{
border-color: #BFD59B;
}
.TagClassName
{
border-color: #BFD59B;
}
</style>