Shades of Sprout #BFD799
Tints of Sprout #BFD799
RGB
CMYK
RGB Variations
Color information
#BFD799 (or 0xBFD799) is known color: Sprout. HEX triplet: BF, D7 and 99. RGB value is (191,215,153). Sum of RGB (Red+Green+Blue) = 191+215+153=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD799 is #402866. Grayscale: #C8C8C8. Windows color (decimal): -4204647 or 10082239. OLE color: 10082239.
HSL color Cylindrical-coordinate representation of color #BFD799: hue angle of 83.23º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFD799 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 153 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.16 |
| HSL | 83.23º | 0.44% | 0.72% | - |
| HSV(B) | 83.23º | 0.29% | 0.84% | - |
| XYZ | 51.54 | 61.98 | 39.38 | - |
| YUV | 200.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 153 | 0.11 | 0 | 0.29 | 0.16 | 83.23 | 0.44 | 0.72 |
| Hex | BF | D7 | 99 | B | 0 | 1D | 10 | 53 | 2C | 48 |
| Octal | 277 | 327 | 231 | 13 | 0 | 35 | 20 | 123 | 54 | 110 |
| Binary | 10111111 | 11010111 | 10011001 | 1011 | 0 | 11101 | 10000 | 1010011 | 101100 | 1001000 |
Color Harmonies of #BFD799
Complementary color
Monochromatic Colors of #BFD799
Black with #BFD799
Text Example
Text Example
White with #BFD799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD799; }
p { color: rgb(191,215,153); }
H1.HeaderClassName
{
color: #BFD799;
}
.AnyTagClassName
{
color: #BFD799;
}
</style>
background-color css
<style>
a { background-color: #BFD799; }
a { background-color: rgb(191,215,153); }
div.DivClassName
{
background-color: #BFD799;
}
.BgClassName
{
background-color: #BFD799;
}
</style>
border-color css
<style>
span { border-color: #BFD799; }
span { border-color: rgb(191,215,153); }
td.TdClassName
{
border-color: #BFD799;
}
.TagClassName
{
border-color: #BFD799;
}
</style>