Shades of Sprout #BFD09A
Tints of Sprout #BFD09A
RGB
CMYK
RGB Variations
Color information
#BFD09A (or 0xBFD09A) is known color: Sprout. HEX triplet: BF, D0 and 9A. RGB value is (191,208,154). Sum of RGB (Red+Green+Blue) = 191+208+154=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD09A is #402F65. Grayscale: #C4C4C4. Windows color (decimal): -4206438 or 10145983. OLE color: 10145983.
HSL color Cylindrical-coordinate representation of color #BFD09A: hue angle of 78.89º degrees, saturation: 0.36, 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 #BFD09A is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 154 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.18 |
| HSL | 78.89º | 0.36% | 0.71% | - |
| HSV(B) | 78.89º | 0.26% | 0.82% | - |
| XYZ | 49.87 | 58.52 | 39.24 | - |
| YUV | 196.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 154 | 0.08 | 0 | 0.26 | 0.18 | 78.89 | 0.36 | 0.71 |
| Hex | BF | D0 | 9A | 8 | 0 | 1A | 12 | 4F | 24 | 47 |
| Octal | 277 | 320 | 232 | 10 | 0 | 32 | 22 | 117 | 44 | 107 |
| Binary | 10111111 | 11010000 | 10011010 | 1000 | 0 | 11010 | 10010 | 1001111 | 100100 | 1000111 |
Color Harmonies of #BFD09A
Complementary color
Monochromatic Colors of #BFD09A
Black with #BFD09A
Text Example
Text Example
White with #BFD09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD09A; }
p { color: rgb(191,208,154); }
H1.HeaderClassName
{
color: #BFD09A;
}
.AnyTagClassName
{
color: #BFD09A;
}
</style>
background-color css
<style>
a { background-color: #BFD09A; }
a { background-color: rgb(191,208,154); }
div.DivClassName
{
background-color: #BFD09A;
}
.BgClassName
{
background-color: #BFD09A;
}
</style>
border-color css
<style>
span { border-color: #BFD09A; }
span { border-color: rgb(191,208,154); }
td.TdClassName
{
border-color: #BFD09A;
}
.TagClassName
{
border-color: #BFD09A;
}
</style>