Shades of Sprout #BFD899
Tints of Sprout #BFD899
RGB
CMYK
RGB Variations
Color information
#BFD899 (or 0xBFD899) is known color: Sprout. HEX triplet: BF, D8 and 99. RGB value is (191,216,153). Sum of RGB (Red+Green+Blue) = 191+216+153=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD899 is #402766. Grayscale: #C9C9C9. Windows color (decimal): -4204391 or 10082495. OLE color: 10082495.
HSL color Cylindrical-coordinate representation of color #BFD899: hue angle of 83.81º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFD899 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 153 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.15 |
| HSL | 83.81º | 0.45% | 0.72% | - |
| HSV(B) | 83.81º | 0.29% | 0.85% | - |
| XYZ | 51.79 | 62.49 | 39.47 | - |
| YUV | 201.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 153 | 0.12 | 0 | 0.29 | 0.15 | 83.81 | 0.45 | 0.72 |
| Hex | BF | D8 | 99 | C | 0 | 1D | F | 54 | 2D | 48 |
| Octal | 277 | 330 | 231 | 14 | 0 | 35 | 17 | 124 | 55 | 110 |
| Binary | 10111111 | 11011000 | 10011001 | 1100 | 0 | 11101 | 1111 | 1010100 | 101101 | 1001000 |
Color Harmonies of #BFD899
Complementary color
Monochromatic Colors of #BFD899
Black with #BFD899
Text Example
Text Example
White with #BFD899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD899; }
p { color: rgb(191,216,153); }
H1.HeaderClassName
{
color: #BFD899;
}
.AnyTagClassName
{
color: #BFD899;
}
</style>
background-color css
<style>
a { background-color: #BFD899; }
a { background-color: rgb(191,216,153); }
div.DivClassName
{
background-color: #BFD899;
}
.BgClassName
{
background-color: #BFD899;
}
</style>
border-color css
<style>
span { border-color: #BFD899; }
span { border-color: rgb(191,216,153); }
td.TdClassName
{
border-color: #BFD899;
}
.TagClassName
{
border-color: #BFD899;
}
</style>