Shades of Wild Willow #BFC858
Tints of Wild Willow #BFC858
RGB
CMYK
RGB Variations
Color information
#BFC858 (or 0xBFC858) is known color: Wild Willow. HEX triplet: BF, C8 and 58. RGB value is (191,200,88). Sum of RGB (Red+Green+Blue) = 191+200+88=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 88 (34.77% from 255 or 18.37% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC858 is #4037A7. Grayscale: #B8B8B8. Windows color (decimal): -4208552 or 5818559. OLE color: 5818559.
HSL color Cylindrical-coordinate representation of color #BFC858: hue angle of 64.82º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFC858 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 88 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.22 |
| HSL | 64.82º | 0.5% | 0.56% | - |
| HSV(B) | 64.82º | 0.56% | 0.78% | - |
| XYZ | 43.9 | 53.09 | 17.17 | - |
| YUV | 184.54 | 73.52 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 88 | 0.04 | 0 | 0.56 | 0.22 | 64.82 | 0.5 | 0.56 |
| Hex | BF | C8 | 58 | 4 | 0 | 38 | 16 | 41 | 32 | 38 |
| Octal | 277 | 310 | 130 | 4 | 0 | 70 | 26 | 101 | 62 | 70 |
| Binary | 10111111 | 11001000 | 1011000 | 100 | 0 | 111000 | 10110 | 1000001 | 110010 | 111000 |
Color Harmonies of #BFC858
Complementary color
Monochromatic Colors of #BFC858
Black with #BFC858
Text Example
Text Example
White with #BFC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC858; }
p { color: rgb(191,200,88); }
H1.HeaderClassName
{
color: #BFC858;
}
.AnyTagClassName
{
color: #BFC858;
}
</style>
background-color css
<style>
a { background-color: #BFC858; }
a { background-color: rgb(191,200,88); }
div.DivClassName
{
background-color: #BFC858;
}
.BgClassName
{
background-color: #BFC858;
}
</style>
border-color css
<style>
span { border-color: #BFC858; }
span { border-color: rgb(191,200,88); }
td.TdClassName
{
border-color: #BFC858;
}
.TagClassName
{
border-color: #BFC858;
}
</style>