Shades of Sprout #BFD09D
Tints of Sprout #BFD09D
RGB
CMYK
RGB Variations
Color information
#BFD09D (or 0xBFD09D) is known color: Sprout. HEX triplet: BF, D0 and 9D. RGB value is (191,208,157). Sum of RGB (Red+Green+Blue) = 191+208+157=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD09D is #402F62. Grayscale: #C5C5C5. Windows color (decimal): -4206435 or 10342591. OLE color: 10342591.
HSL color Cylindrical-coordinate representation of color #BFD09D: hue angle of 80º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD09D is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 157 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.18 |
| HSL | 80º | 0.35% | 0.72% | - |
| HSV(B) | 80º | 0.25% | 0.82% | - |
| XYZ | 50.13 | 58.62 | 40.57 | - |
| YUV | 197.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 157 | 0.08 | 0 | 0.25 | 0.18 | 80 | 0.35 | 0.72 |
| Hex | BF | D0 | 9D | 8 | 0 | 19 | 12 | 50 | 23 | 48 |
| Octal | 277 | 320 | 235 | 10 | 0 | 31 | 22 | 120 | 43 | 110 |
| Binary | 10111111 | 11010000 | 10011101 | 1000 | 0 | 11001 | 10010 | 1010000 | 100011 | 1001000 |
Color Harmonies of #BFD09D
Complementary color
Monochromatic Colors of #BFD09D
Black with #BFD09D
Text Example
Text Example
White with #BFD09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD09D; }
p { color: rgb(191,208,157); }
H1.HeaderClassName
{
color: #BFD09D;
}
.AnyTagClassName
{
color: #BFD09D;
}
</style>
background-color css
<style>
a { background-color: #BFD09D; }
a { background-color: rgb(191,208,157); }
div.DivClassName
{
background-color: #BFD09D;
}
.BgClassName
{
background-color: #BFD09D;
}
</style>
border-color css
<style>
span { border-color: #BFD09D; }
span { border-color: rgb(191,208,157); }
td.TdClassName
{
border-color: #BFD09D;
}
.TagClassName
{
border-color: #BFD09D;
}
</style>