Shades of Wild Willow #BFD86B
Tints of Wild Willow #BFD86B
RGB
CMYK
RGB Variations
Color information
#BFD86B (or 0xBFD86B) is known color: Wild Willow. HEX triplet: BF, D8 and 6B. RGB value is (191,216,107). Sum of RGB (Red+Green+Blue) = 191+216+107=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD86B is #402794. Grayscale: #C4C4C4. Windows color (decimal): -4204437 or 7067839. OLE color: 7067839.
HSL color Cylindrical-coordinate representation of color #BFD86B: hue angle of 73.76º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFD86B is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 107 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.15 |
| HSL | 73.76º | 0.58% | 0.63% | - |
| HSV(B) | 73.76º | 0.5% | 0.85% | - |
| XYZ | 48.7 | 61.25 | 23.17 | - |
| YUV | 196.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 107 | 0.12 | 0 | 0.50 | 0.15 | 73.76 | 0.58 | 0.63 |
| Hex | BF | D8 | 6B | C | 0 | 32 | F | 4A | 3A | 3F |
| Octal | 277 | 330 | 153 | 14 | 0 | 62 | 17 | 112 | 72 | 77 |
| Binary | 10111111 | 11011000 | 1101011 | 1100 | 0 | 110010 | 1111 | 1001010 | 111010 | 111111 |
Color Harmonies of #BFD86B
Complementary color
Monochromatic Colors of #BFD86B
Black with #BFD86B
Text Example
Text Example
White with #BFD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD86B; }
p { color: rgb(191,216,107); }
H1.HeaderClassName
{
color: #BFD86B;
}
.AnyTagClassName
{
color: #BFD86B;
}
</style>
background-color css
<style>
a { background-color: #BFD86B; }
a { background-color: rgb(191,216,107); }
div.DivClassName
{
background-color: #BFD86B;
}
.BgClassName
{
background-color: #BFD86B;
}
</style>
border-color css
<style>
span { border-color: #BFD86B; }
span { border-color: rgb(191,216,107); }
td.TdClassName
{
border-color: #BFD86B;
}
.TagClassName
{
border-color: #BFD86B;
}
</style>