Shades of Wild Willow #BFC86E
Tints of Wild Willow #BFC86E
RGB
CMYK
RGB Variations
Color information
#BFC86E (or 0xBFC86E) is known color: Wild Willow. HEX triplet: BF, C8 and 6E. RGB value is (191,200,110). Sum of RGB (Red+Green+Blue) = 191+200+110=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC86E is #403791. Grayscale: #BBBBBB. Windows color (decimal): -4208530 or 7260351. OLE color: 7260351.
HSL color Cylindrical-coordinate representation of color #BFC86E: hue angle of 66º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFC86E is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 110 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.22 |
| HSL | 66º | 0.45% | 0.61% | - |
| HSV(B) | 66º | 0.45% | 0.78% | - |
| XYZ | 44.95 | 53.51 | 22.71 | - |
| YUV | 187.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 110 | 0.04 | 0 | 0.45 | 0.22 | 66 | 0.45 | 0.61 |
| Hex | BF | C8 | 6E | 4 | 0 | 2D | 16 | 42 | 2D | 3D |
| Octal | 277 | 310 | 156 | 4 | 0 | 55 | 26 | 102 | 55 | 75 |
| Binary | 10111111 | 11001000 | 1101110 | 100 | 0 | 101101 | 10110 | 1000010 | 101101 | 111101 |
Color Harmonies of #BFC86E
Complementary color
Monochromatic Colors of #BFC86E
Black with #BFC86E
Text Example
Text Example
White with #BFC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC86E; }
p { color: rgb(191,200,110); }
H1.HeaderClassName
{
color: #BFC86E;
}
.AnyTagClassName
{
color: #BFC86E;
}
</style>
background-color css
<style>
a { background-color: #BFC86E; }
a { background-color: rgb(191,200,110); }
div.DivClassName
{
background-color: #BFC86E;
}
.BgClassName
{
background-color: #BFC86E;
}
</style>
border-color css
<style>
span { border-color: #BFC86E; }
span { border-color: rgb(191,200,110); }
td.TdClassName
{
border-color: #BFC86E;
}
.TagClassName
{
border-color: #BFC86E;
}
</style>