Shades of Wild Willow #BFC863
Tints of Wild Willow #BFC863
RGB
CMYK
RGB Variations
Color information
#BFC863 (or 0xBFC863) is known color: Wild Willow. HEX triplet: BF, C8 and 63. RGB value is (191,200,99). Sum of RGB (Red+Green+Blue) = 191+200+99=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC863 is #40379C. Grayscale: #BABABA. Windows color (decimal): -4208541 or 6539455. OLE color: 6539455.
HSL color Cylindrical-coordinate representation of color #BFC863: hue angle of 65.35º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFC863 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 99 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.22 |
| HSL | 65.35º | 0.48% | 0.59% | - |
| HSV(B) | 65.35º | 0.51% | 0.78% | - |
| XYZ | 44.39 | 53.29 | 19.75 | - |
| YUV | 185.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 99 | 0.04 | 0 | 0.50 | 0.22 | 65.35 | 0.48 | 0.59 |
| Hex | BF | C8 | 63 | 4 | 0 | 32 | 16 | 41 | 30 | 3B |
| Octal | 277 | 310 | 143 | 4 | 0 | 62 | 26 | 101 | 60 | 73 |
| Binary | 10111111 | 11001000 | 1100011 | 100 | 0 | 110010 | 10110 | 1000001 | 110000 | 111011 |
Color Harmonies of #BFC863
Complementary color
Monochromatic Colors of #BFC863
Black with #BFC863
Text Example
Text Example
White with #BFC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC863; }
p { color: rgb(191,200,99); }
H1.HeaderClassName
{
color: #BFC863;
}
.AnyTagClassName
{
color: #BFC863;
}
</style>
background-color css
<style>
a { background-color: #BFC863; }
a { background-color: rgb(191,200,99); }
div.DivClassName
{
background-color: #BFC863;
}
.BgClassName
{
background-color: #BFC863;
}
</style>
border-color css
<style>
span { border-color: #BFC863; }
span { border-color: rgb(191,200,99); }
td.TdClassName
{
border-color: #BFC863;
}
.TagClassName
{
border-color: #BFC863;
}
</style>