Shades of Sprout #BFD399
Tints of Sprout #BFD399
RGB
CMYK
RGB Variations
Color information
#BFD399 (or 0xBFD399) is known color: Sprout. HEX triplet: BF, D3 and 99. RGB value is (191,211,153). Sum of RGB (Red+Green+Blue) = 191+211+153=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD399 is #402C66. Grayscale: #C6C6C6. Windows color (decimal): -4205671 or 10081215. OLE color: 10081215.
HSL color Cylindrical-coordinate representation of color #BFD399: hue angle of 80.69º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFD399 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 153 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.17 |
| HSL | 80.69º | 0.4% | 0.71% | - |
| HSV(B) | 80.69º | 0.27% | 0.83% | - |
| XYZ | 50.53 | 59.96 | 39.05 | - |
| YUV | 198.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 153 | 0.09 | 0 | 0.27 | 0.17 | 80.69 | 0.4 | 0.71 |
| Hex | BF | D3 | 99 | 9 | 0 | 1B | 11 | 51 | 28 | 47 |
| Octal | 277 | 323 | 231 | 11 | 0 | 33 | 21 | 121 | 50 | 107 |
| Binary | 10111111 | 11010011 | 10011001 | 1001 | 0 | 11011 | 10001 | 1010001 | 101000 | 1000111 |
Color Harmonies of #BFD399
Complementary color
Monochromatic Colors of #BFD399
Black with #BFD399
Text Example
Text Example
White with #BFD399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD399; }
p { color: rgb(191,211,153); }
H1.HeaderClassName
{
color: #BFD399;
}
.AnyTagClassName
{
color: #BFD399;
}
</style>
background-color css
<style>
a { background-color: #BFD399; }
a { background-color: rgb(191,211,153); }
div.DivClassName
{
background-color: #BFD399;
}
.BgClassName
{
background-color: #BFD399;
}
</style>
border-color css
<style>
span { border-color: #BFD399; }
span { border-color: rgb(191,211,153); }
td.TdClassName
{
border-color: #BFD399;
}
.TagClassName
{
border-color: #BFD399;
}
</style>