Shades of Sprout #BFD99A
Tints of Sprout #BFD99A
RGB
CMYK
RGB Variations
Color information
#BFD99A (or 0xBFD99A) is known color: Sprout. HEX triplet: BF, D9 and 9A. RGB value is (191,217,154). Sum of RGB (Red+Green+Blue) = 191+217+154=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD99A is #402665. Grayscale: #CACACA. Windows color (decimal): -4204134 or 10148287. OLE color: 10148287.
HSL color Cylindrical-coordinate representation of color #BFD99A: hue angle of 84.76º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFD99A is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 154 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.15 |
| HSL | 84.76º | 0.45% | 0.73% | - |
| HSV(B) | 84.76º | 0.29% | 0.85% | - |
| XYZ | 52.13 | 63.04 | 39.99 | - |
| YUV | 202.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 154 | 0.12 | 0 | 0.29 | 0.15 | 84.76 | 0.45 | 0.73 |
| Hex | BF | D9 | 9A | C | 0 | 1D | F | 55 | 2D | 49 |
| Octal | 277 | 331 | 232 | 14 | 0 | 35 | 17 | 125 | 55 | 111 |
| Binary | 10111111 | 11011001 | 10011010 | 1100 | 0 | 11101 | 1111 | 1010101 | 101101 | 1001001 |
Color Harmonies of #BFD99A
Complementary color
Monochromatic Colors of #BFD99A
Black with #BFD99A
Text Example
Text Example
White with #BFD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD99A; }
p { color: rgb(191,217,154); }
H1.HeaderClassName
{
color: #BFD99A;
}
.AnyTagClassName
{
color: #BFD99A;
}
</style>
background-color css
<style>
a { background-color: #BFD99A; }
a { background-color: rgb(191,217,154); }
div.DivClassName
{
background-color: #BFD99A;
}
.BgClassName
{
background-color: #BFD99A;
}
</style>
border-color css
<style>
span { border-color: #BFD99A; }
span { border-color: rgb(191,217,154); }
td.TdClassName
{
border-color: #BFD99A;
}
.TagClassName
{
border-color: #BFD99A;
}
</style>