Shades of Wild Willow #BFD86C
Tints of Wild Willow #BFD86C
RGB
CMYK
RGB Variations
Color information
#BFD86C (or 0xBFD86C) is known color: Wild Willow. HEX triplet: BF, D8 and 6C. RGB value is (191,216,108). Sum of RGB (Red+Green+Blue) = 191+216+108=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD86C is #402793. Grayscale: #C4C4C4. Windows color (decimal): -4204436 or 7133375. OLE color: 7133375.
HSL color Cylindrical-coordinate representation of color #BFD86C: hue angle of 73.89º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFD86C is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 108 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.15 |
| HSL | 73.89º | 0.58% | 0.64% | - |
| HSV(B) | 73.89º | 0.5% | 0.85% | - |
| XYZ | 48.75 | 61.27 | 23.44 | - |
| YUV | 196.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 108 | 0.12 | 0 | 0.50 | 0.15 | 73.89 | 0.58 | 0.64 |
| Hex | BF | D8 | 6C | C | 0 | 32 | F | 4A | 3A | 40 |
| Octal | 277 | 330 | 154 | 14 | 0 | 62 | 17 | 112 | 72 | 100 |
| Binary | 10111111 | 11011000 | 1101100 | 1100 | 0 | 110010 | 1111 | 1001010 | 111010 | 1000000 |
Color Harmonies of #BFD86C
Complementary color
Monochromatic Colors of #BFD86C
Black with #BFD86C
Text Example
Text Example
White with #BFD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD86C; }
p { color: rgb(191,216,108); }
H1.HeaderClassName
{
color: #BFD86C;
}
.AnyTagClassName
{
color: #BFD86C;
}
</style>
background-color css
<style>
a { background-color: #BFD86C; }
a { background-color: rgb(191,216,108); }
div.DivClassName
{
background-color: #BFD86C;
}
.BgClassName
{
background-color: #BFD86C;
}
</style>
border-color css
<style>
span { border-color: #BFD86C; }
span { border-color: rgb(191,216,108); }
td.TdClassName
{
border-color: #BFD86C;
}
.TagClassName
{
border-color: #BFD86C;
}
</style>