Shades of Wild Willow #BFC761
Tints of Wild Willow #BFC761
RGB
CMYK
RGB Variations
Color information
#BFC761 (or 0xBFC761) is known color: Wild Willow. HEX triplet: BF, C7 and 61. RGB value is (191,199,97). Sum of RGB (Red+Green+Blue) = 191+199+97=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC761 is #40389E. Grayscale: #B9B9B9. Windows color (decimal): -4208799 or 6408127. OLE color: 6408127.
HSL color Cylindrical-coordinate representation of color #BFC761: hue angle of 64.71º degrees, saturation: 0.48, 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 #BFC761 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 97 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.22 |
| HSL | 64.71º | 0.48% | 0.58% | - |
| HSV(B) | 64.71º | 0.51% | 0.78% | - |
| XYZ | 44.07 | 52.79 | 19.18 | - |
| YUV | 184.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 97 | 0.04 | 0 | 0.51 | 0.22 | 64.71 | 0.48 | 0.58 |
| Hex | BF | C7 | 61 | 4 | 0 | 33 | 16 | 41 | 30 | 3A |
| Octal | 277 | 307 | 141 | 4 | 0 | 63 | 26 | 101 | 60 | 72 |
| Binary | 10111111 | 11000111 | 1100001 | 100 | 0 | 110011 | 10110 | 1000001 | 110000 | 111010 |
Color Harmonies of #BFC761
Complementary color
Monochromatic Colors of #BFC761
Black with #BFC761
Text Example
Text Example
White with #BFC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC761; }
p { color: rgb(191,199,97); }
H1.HeaderClassName
{
color: #BFC761;
}
.AnyTagClassName
{
color: #BFC761;
}
</style>
background-color css
<style>
a { background-color: #BFC761; }
a { background-color: rgb(191,199,97); }
div.DivClassName
{
background-color: #BFC761;
}
.BgClassName
{
background-color: #BFC761;
}
</style>
border-color css
<style>
span { border-color: #BFC761; }
span { border-color: rgb(191,199,97); }
td.TdClassName
{
border-color: #BFC761;
}
.TagClassName
{
border-color: #BFC761;
}
</style>