Shades of Wild Willow #BFC564
Tints of Wild Willow #BFC564
RGB
CMYK
RGB Variations
Color information
#BFC564 (or 0xBFC564) is known color: Wild Willow. HEX triplet: BF, C5 and 64. RGB value is (191,197,100). Sum of RGB (Red+Green+Blue) = 191+197+100=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC564 is #403A9B. Grayscale: #B8B8B8. Windows color (decimal): -4209308 or 6604223. OLE color: 6604223.
HSL color Cylindrical-coordinate representation of color #BFC564: hue angle of 63.71º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFC564 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 100 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.23 |
| HSL | 63.71º | 0.46% | 0.58% | - |
| HSV(B) | 63.71º | 0.49% | 0.77% | - |
| XYZ | 43.75 | 51.93 | 19.77 | - |
| YUV | 184.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 100 | 0.03 | 0 | 0.49 | 0.23 | 63.71 | 0.46 | 0.58 |
| Hex | BF | C5 | 64 | 3 | 0 | 31 | 17 | 40 | 2E | 3A |
| Octal | 277 | 305 | 144 | 3 | 0 | 61 | 27 | 100 | 56 | 72 |
| Binary | 10111111 | 11000101 | 1100100 | 11 | 0 | 110001 | 10111 | 1000000 | 101110 | 111010 |
Color Harmonies of #BFC564
Complementary color
Monochromatic Colors of #BFC564
Black with #BFC564
Text Example
Text Example
White with #BFC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC564; }
p { color: rgb(191,197,100); }
H1.HeaderClassName
{
color: #BFC564;
}
.AnyTagClassName
{
color: #BFC564;
}
</style>
background-color css
<style>
a { background-color: #BFC564; }
a { background-color: rgb(191,197,100); }
div.DivClassName
{
background-color: #BFC564;
}
.BgClassName
{
background-color: #BFC564;
}
</style>
border-color css
<style>
span { border-color: #BFC564; }
span { border-color: rgb(191,197,100); }
td.TdClassName
{
border-color: #BFC564;
}
.TagClassName
{
border-color: #BFC564;
}
</style>