Shades of Sprout #BFD099
Tints of Sprout #BFD099
RGB
CMYK
RGB Variations
Color information
#BFD099 (or 0xBFD099) is known color: Sprout. HEX triplet: BF, D0 and 99. RGB value is (191,208,153). Sum of RGB (Red+Green+Blue) = 191+208+153=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD099 is #402F66. Grayscale: #C4C4C4. Windows color (decimal): -4206439 or 10080447. OLE color: 10080447.
HSL color Cylindrical-coordinate representation of color #BFD099: hue angle of 78.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFD099 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 153 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.18 |
| HSL | 78.55º | 0.37% | 0.71% | - |
| HSV(B) | 78.55º | 0.26% | 0.82% | - |
| XYZ | 49.79 | 58.49 | 38.8 | - |
| YUV | 196.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 153 | 0.08 | 0 | 0.26 | 0.18 | 78.55 | 0.37 | 0.71 |
| Hex | BF | D0 | 99 | 8 | 0 | 1A | 12 | 4F | 25 | 47 |
| Octal | 277 | 320 | 231 | 10 | 0 | 32 | 22 | 117 | 45 | 107 |
| Binary | 10111111 | 11010000 | 10011001 | 1000 | 0 | 11010 | 10010 | 1001111 | 100101 | 1000111 |
Color Harmonies of #BFD099
Complementary color
Monochromatic Colors of #BFD099
Black with #BFD099
Text Example
Text Example
White with #BFD099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD099; }
p { color: rgb(191,208,153); }
H1.HeaderClassName
{
color: #BFD099;
}
.AnyTagClassName
{
color: #BFD099;
}
</style>
background-color css
<style>
a { background-color: #BFD099; }
a { background-color: rgb(191,208,153); }
div.DivClassName
{
background-color: #BFD099;
}
.BgClassName
{
background-color: #BFD099;
}
</style>
border-color css
<style>
span { border-color: #BFD099; }
span { border-color: rgb(191,208,153); }
td.TdClassName
{
border-color: #BFD099;
}
.TagClassName
{
border-color: #BFD099;
}
</style>