Shades of Wild Willow #BFC659
Tints of Wild Willow #BFC659
RGB
CMYK
RGB Variations
Color information
#BFC659 (or 0xBFC659) is known color: Wild Willow. HEX triplet: BF, C6 and 59. RGB value is (191,198,89). Sum of RGB (Red+Green+Blue) = 191+198+89=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC659 is #4039A6. Grayscale: #B7B7B7. Windows color (decimal): -4209063 or 5883583. OLE color: 5883583.
HSL color Cylindrical-coordinate representation of color #BFC659: hue angle of 63.85º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFC659 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 89 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.22 |
| HSL | 63.85º | 0.49% | 0.56% | - |
| HSV(B) | 63.85º | 0.55% | 0.78% | - |
| XYZ | 43.48 | 52.19 | 17.23 | - |
| YUV | 183.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 89 | 0.04 | 0 | 0.55 | 0.22 | 63.85 | 0.49 | 0.56 |
| Hex | BF | C6 | 59 | 4 | 0 | 37 | 16 | 40 | 31 | 38 |
| Octal | 277 | 306 | 131 | 4 | 0 | 67 | 26 | 100 | 61 | 70 |
| Binary | 10111111 | 11000110 | 1011001 | 100 | 0 | 110111 | 10110 | 1000000 | 110001 | 111000 |
Color Harmonies of #BFC659
Complementary color
Monochromatic Colors of #BFC659
Black with #BFC659
Text Example
Text Example
White with #BFC659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC659; }
p { color: rgb(191,198,89); }
H1.HeaderClassName
{
color: #BFC659;
}
.AnyTagClassName
{
color: #BFC659;
}
</style>
background-color css
<style>
a { background-color: #BFC659; }
a { background-color: rgb(191,198,89); }
div.DivClassName
{
background-color: #BFC659;
}
.BgClassName
{
background-color: #BFC659;
}
</style>
border-color css
<style>
span { border-color: #BFC659; }
span { border-color: rgb(191,198,89); }
td.TdClassName
{
border-color: #BFC659;
}
.TagClassName
{
border-color: #BFC659;
}
</style>