Shades of Wild Willow #BFC86B
Tints of Wild Willow #BFC86B
RGB
CMYK
RGB Variations
Color information
#BFC86B (or 0xBFC86B) is known color: Wild Willow. HEX triplet: BF, C8 and 6B. RGB value is (191,200,107). Sum of RGB (Red+Green+Blue) = 191+200+107=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC86B is #403794. Grayscale: #BBBBBB. Windows color (decimal): -4208533 or 7063743. OLE color: 7063743.
HSL color Cylindrical-coordinate representation of color #BFC86B: hue angle of 65.81º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFC86B is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 107 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.22 |
| HSL | 65.81º | 0.46% | 0.6% | - |
| HSV(B) | 65.81º | 0.47% | 0.78% | - |
| XYZ | 44.79 | 53.45 | 21.87 | - |
| YUV | 186.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 107 | 0.04 | 0 | 0.46 | 0.22 | 65.81 | 0.46 | 0.6 |
| Hex | BF | C8 | 6B | 4 | 0 | 2E | 16 | 42 | 2E | 3C |
| Octal | 277 | 310 | 153 | 4 | 0 | 56 | 26 | 102 | 56 | 74 |
| Binary | 10111111 | 11001000 | 1101011 | 100 | 0 | 101110 | 10110 | 1000010 | 101110 | 111100 |
Color Harmonies of #BFC86B
Complementary color
Monochromatic Colors of #BFC86B
Black with #BFC86B
Text Example
Text Example
White with #BFC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC86B; }
p { color: rgb(191,200,107); }
H1.HeaderClassName
{
color: #BFC86B;
}
.AnyTagClassName
{
color: #BFC86B;
}
</style>
background-color css
<style>
a { background-color: #BFC86B; }
a { background-color: rgb(191,200,107); }
div.DivClassName
{
background-color: #BFC86B;
}
.BgClassName
{
background-color: #BFC86B;
}
</style>
border-color css
<style>
span { border-color: #BFC86B; }
span { border-color: rgb(191,200,107); }
td.TdClassName
{
border-color: #BFC86B;
}
.TagClassName
{
border-color: #BFC86B;
}
</style>