Shades of Wild Willow #BFC056
Tints of Wild Willow #BFC056
RGB
CMYK
RGB Variations
Color information
#BFC056 (or 0xBFC056) is known color: Wild Willow. HEX triplet: BF, C0 and 56. RGB value is (191,192,86). Sum of RGB (Red+Green+Blue) = 191+192+86=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC056 is #403FA9. Grayscale: #B4B4B4. Windows color (decimal): -4210602 or 5685439. OLE color: 5685439.
HSL color Cylindrical-coordinate representation of color #BFC056: hue angle of 60.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFC056 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 86 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.25 |
| HSL | 60.57º | 0.46% | 0.55% | - |
| HSV(B) | 60.57º | 0.55% | 0.75% | - |
| XYZ | 42.02 | 49.45 | 16.13 | - |
| YUV | 179.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 86 | 0.01 | 0 | 0.55 | 0.25 | 60.57 | 0.46 | 0.55 |
| Hex | BF | C0 | 56 | 1 | 0 | 37 | 19 | 3D | 2E | 37 |
| Octal | 277 | 300 | 126 | 1 | 0 | 67 | 31 | 75 | 56 | 67 |
| Binary | 10111111 | 11000000 | 1010110 | 1 | 0 | 110111 | 11001 | 111101 | 101110 | 110111 |
Color Harmonies of #BFC056
Complementary color
Monochromatic Colors of #BFC056
Black with #BFC056
Text Example
Text Example
White with #BFC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC056; }
p { color: rgb(191,192,86); }
H1.HeaderClassName
{
color: #BFC056;
}
.AnyTagClassName
{
color: #BFC056;
}
</style>
background-color css
<style>
a { background-color: #BFC056; }
a { background-color: rgb(191,192,86); }
div.DivClassName
{
background-color: #BFC056;
}
.BgClassName
{
background-color: #BFC056;
}
</style>
border-color css
<style>
span { border-color: #BFC056; }
span { border-color: rgb(191,192,86); }
td.TdClassName
{
border-color: #BFC056;
}
.TagClassName
{
border-color: #BFC056;
}
</style>