Shades of Sprout #BFD599
Tints of Sprout #BFD599
RGB
CMYK
RGB Variations
Color information
#BFD599 (or 0xBFD599) is known color: Sprout. HEX triplet: BF, D5 and 99. RGB value is (191,213,153). Sum of RGB (Red+Green+Blue) = 191+213+153=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD599 is #402A66. Grayscale: #C7C7C7. Windows color (decimal): -4205159 or 10081727. OLE color: 10081727.
HSL color Cylindrical-coordinate representation of color #BFD599: hue angle of 82º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFD599 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 153 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.16 |
| HSL | 82º | 0.42% | 0.72% | - |
| HSV(B) | 82º | 0.28% | 0.84% | - |
| XYZ | 51.03 | 60.96 | 39.21 | - |
| YUV | 199.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 153 | 0.10 | 0 | 0.28 | 0.16 | 82 | 0.42 | 0.72 |
| Hex | BF | D5 | 99 | A | 0 | 1C | 10 | 52 | 2A | 48 |
| Octal | 277 | 325 | 231 | 12 | 0 | 34 | 20 | 122 | 52 | 110 |
| Binary | 10111111 | 11010101 | 10011001 | 1010 | 0 | 11100 | 10000 | 1010010 | 101010 | 1001000 |
Color Harmonies of #BFD599
Complementary color
Monochromatic Colors of #BFD599
Black with #BFD599
Text Example
Text Example
White with #BFD599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD599; }
p { color: rgb(191,213,153); }
H1.HeaderClassName
{
color: #BFD599;
}
.AnyTagClassName
{
color: #BFD599;
}
</style>
background-color css
<style>
a { background-color: #BFD599; }
a { background-color: rgb(191,213,153); }
div.DivClassName
{
background-color: #BFD599;
}
.BgClassName
{
background-color: #BFD599;
}
</style>
border-color css
<style>
span { border-color: #BFD599; }
span { border-color: rgb(191,213,153); }
td.TdClassName
{
border-color: #BFD599;
}
.TagClassName
{
border-color: #BFD599;
}
</style>