Shades of Wild Willow #BFC55B
Tints of Wild Willow #BFC55B
RGB
CMYK
RGB Variations
Color information
#BFC55B (or 0xBFC55B) is known color: Wild Willow. HEX triplet: BF, C5 and 5B. RGB value is (191,197,91). Sum of RGB (Red+Green+Blue) = 191+197+91=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC55B is #403AA4. Grayscale: #B7B7B7. Windows color (decimal): -4209317 or 6014399. OLE color: 6014399.
HSL color Cylindrical-coordinate representation of color #BFC55B: hue angle of 63.4º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFC55B is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 91 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.23 |
| HSL | 63.4º | 0.48% | 0.56% | - |
| HSV(B) | 63.4º | 0.54% | 0.77% | - |
| XYZ | 43.34 | 51.76 | 17.6 | - |
| YUV | 183.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 91 | 0.03 | 0 | 0.54 | 0.23 | 63.4 | 0.48 | 0.56 |
| Hex | BF | C5 | 5B | 3 | 0 | 36 | 17 | 3F | 30 | 38 |
| Octal | 277 | 305 | 133 | 3 | 0 | 66 | 27 | 77 | 60 | 70 |
| Binary | 10111111 | 11000101 | 1011011 | 11 | 0 | 110110 | 10111 | 111111 | 110000 | 111000 |
Color Harmonies of #BFC55B
Complementary color
Monochromatic Colors of #BFC55B
Black with #BFC55B
Text Example
Text Example
White with #BFC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC55B; }
p { color: rgb(191,197,91); }
H1.HeaderClassName
{
color: #BFC55B;
}
.AnyTagClassName
{
color: #BFC55B;
}
</style>
background-color css
<style>
a { background-color: #BFC55B; }
a { background-color: rgb(191,197,91); }
div.DivClassName
{
background-color: #BFC55B;
}
.BgClassName
{
background-color: #BFC55B;
}
</style>
border-color css
<style>
span { border-color: #BFC55B; }
span { border-color: rgb(191,197,91); }
td.TdClassName
{
border-color: #BFC55B;
}
.TagClassName
{
border-color: #BFC55B;
}
</style>