Shades of Wild Willow #BFC560
Tints of Wild Willow #BFC560
RGB
CMYK
RGB Variations
Color information
#BFC560 (or 0xBFC560) is known color: Wild Willow. HEX triplet: BF, C5 and 60. RGB value is (191,197,96). Sum of RGB (Red+Green+Blue) = 191+197+96=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC560 is #403A9F. Grayscale: #B8B8B8. Windows color (decimal): -4209312 or 6342079. OLE color: 6342079.
HSL color Cylindrical-coordinate representation of color #BFC560: hue angle of 63.56º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFC560 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 96 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.23 |
| HSL | 63.56º | 0.47% | 0.57% | - |
| HSV(B) | 63.56º | 0.51% | 0.77% | - |
| XYZ | 43.56 | 51.85 | 18.78 | - |
| YUV | 183.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 96 | 0.03 | 0 | 0.51 | 0.23 | 63.56 | 0.47 | 0.57 |
| Hex | BF | C5 | 60 | 3 | 0 | 33 | 17 | 40 | 2F | 39 |
| Octal | 277 | 305 | 140 | 3 | 0 | 63 | 27 | 100 | 57 | 71 |
| Binary | 10111111 | 11000101 | 1100000 | 11 | 0 | 110011 | 10111 | 1000000 | 101111 | 111001 |
Color Harmonies of #BFC560
Complementary color
Monochromatic Colors of #BFC560
Black with #BFC560
Text Example
Text Example
White with #BFC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC560; }
p { color: rgb(191,197,96); }
H1.HeaderClassName
{
color: #BFC560;
}
.AnyTagClassName
{
color: #BFC560;
}
</style>
background-color css
<style>
a { background-color: #BFC560; }
a { background-color: rgb(191,197,96); }
div.DivClassName
{
background-color: #BFC560;
}
.BgClassName
{
background-color: #BFC560;
}
</style>
border-color css
<style>
span { border-color: #BFC560; }
span { border-color: rgb(191,197,96); }
td.TdClassName
{
border-color: #BFC560;
}
.TagClassName
{
border-color: #BFC560;
}
</style>