Shades of Wild Willow #BFC559
Tints of Wild Willow #BFC559
RGB
CMYK
RGB Variations
Color information
#BFC559 (or 0xBFC559) is known color: Wild Willow. HEX triplet: BF, C5 and 59. RGB value is (191,197,89). Sum of RGB (Red+Green+Blue) = 191+197+89=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC559 is #403AA6. Grayscale: #B7B7B7. Windows color (decimal): -4209319 or 5883327. OLE color: 5883327.
HSL color Cylindrical-coordinate representation of color #BFC559: hue angle of 63.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFC559 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 89 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.23 |
| HSL | 63.33º | 0.48% | 0.56% | - |
| HSV(B) | 63.33º | 0.55% | 0.77% | - |
| XYZ | 43.26 | 51.73 | 17.16 | - |
| YUV | 182.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 89 | 0.03 | 0 | 0.55 | 0.23 | 63.33 | 0.48 | 0.56 |
| Hex | BF | C5 | 59 | 3 | 0 | 37 | 17 | 3F | 30 | 38 |
| Octal | 277 | 305 | 131 | 3 | 0 | 67 | 27 | 77 | 60 | 70 |
| Binary | 10111111 | 11000101 | 1011001 | 11 | 0 | 110111 | 10111 | 111111 | 110000 | 111000 |
Color Harmonies of #BFC559
Complementary color
Monochromatic Colors of #BFC559
Black with #BFC559
Text Example
Text Example
White with #BFC559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC559; }
p { color: rgb(191,197,89); }
H1.HeaderClassName
{
color: #BFC559;
}
.AnyTagClassName
{
color: #BFC559;
}
</style>
background-color css
<style>
a { background-color: #BFC559; }
a { background-color: rgb(191,197,89); }
div.DivClassName
{
background-color: #BFC559;
}
.BgClassName
{
background-color: #BFC559;
}
</style>
border-color css
<style>
span { border-color: #BFC559; }
span { border-color: rgb(191,197,89); }
td.TdClassName
{
border-color: #BFC559;
}
.TagClassName
{
border-color: #BFC559;
}
</style>