Shades of Wild Willow #BFC661
Tints of Wild Willow #BFC661
RGB
CMYK
RGB Variations
Color information
#BFC661 (or 0xBFC661) is known color: Wild Willow. HEX triplet: BF, C6 and 61. RGB value is (191,198,97). Sum of RGB (Red+Green+Blue) = 191+198+97=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC661 is #40399E. Grayscale: #B8B8B8. Windows color (decimal): -4209055 or 6407871. OLE color: 6407871.
HSL color Cylindrical-coordinate representation of color #BFC661: hue angle of 64.16º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFC661 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 97 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.22 |
| HSL | 64.16º | 0.47% | 0.58% | - |
| HSV(B) | 64.16º | 0.51% | 0.78% | - |
| XYZ | 43.84 | 52.33 | 19.1 | - |
| YUV | 184.39 | 78.68 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 97 | 0.04 | 0 | 0.51 | 0.22 | 64.16 | 0.47 | 0.58 |
| Hex | BF | C6 | 61 | 4 | 0 | 33 | 16 | 40 | 2F | 3A |
| Octal | 277 | 306 | 141 | 4 | 0 | 63 | 26 | 100 | 57 | 72 |
| Binary | 10111111 | 11000110 | 1100001 | 100 | 0 | 110011 | 10110 | 1000000 | 101111 | 111010 |
Color Harmonies of #BFC661
Complementary color
Monochromatic Colors of #BFC661
Black with #BFC661
Text Example
Text Example
White with #BFC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC661; }
p { color: rgb(191,198,97); }
H1.HeaderClassName
{
color: #BFC661;
}
.AnyTagClassName
{
color: #BFC661;
}
</style>
background-color css
<style>
a { background-color: #BFC661; }
a { background-color: rgb(191,198,97); }
div.DivClassName
{
background-color: #BFC661;
}
.BgClassName
{
background-color: #BFC661;
}
</style>
border-color css
<style>
span { border-color: #BFC661; }
span { border-color: rgb(191,198,97); }
td.TdClassName
{
border-color: #BFC661;
}
.TagClassName
{
border-color: #BFC661;
}
</style>