Shades of Wild Willow #BFC458
Tints of Wild Willow #BFC458
RGB
CMYK
RGB Variations
Color information
#BFC458 (or 0xBFC458) is known color: Wild Willow. HEX triplet: BF, C4 and 58. RGB value is (191,196,88). Sum of RGB (Red+Green+Blue) = 191+196+88=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC458 is #403BA7. Grayscale: #B6B6B6. Windows color (decimal): -4209576 or 5817535. OLE color: 5817535.
HSL color Cylindrical-coordinate representation of color #BFC458: hue angle of 62.78º 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 #BFC458 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 88 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.23 |
| HSL | 62.78º | 0.48% | 0.56% | - |
| HSV(B) | 62.78º | 0.55% | 0.77% | - |
| XYZ | 42.99 | 51.26 | 16.86 | - |
| YUV | 182.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 88 | 0.03 | 0 | 0.55 | 0.23 | 62.78 | 0.48 | 0.56 |
| Hex | BF | C4 | 58 | 3 | 0 | 37 | 17 | 3F | 30 | 38 |
| Octal | 277 | 304 | 130 | 3 | 0 | 67 | 27 | 77 | 60 | 70 |
| Binary | 10111111 | 11000100 | 1011000 | 11 | 0 | 110111 | 10111 | 111111 | 110000 | 111000 |
Color Harmonies of #BFC458
Complementary color
Monochromatic Colors of #BFC458
Black with #BFC458
Text Example
Text Example
White with #BFC458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC458; }
p { color: rgb(191,196,88); }
H1.HeaderClassName
{
color: #BFC458;
}
.AnyTagClassName
{
color: #BFC458;
}
</style>
background-color css
<style>
a { background-color: #BFC458; }
a { background-color: rgb(191,196,88); }
div.DivClassName
{
background-color: #BFC458;
}
.BgClassName
{
background-color: #BFC458;
}
</style>
border-color css
<style>
span { border-color: #BFC458; }
span { border-color: rgb(191,196,88); }
td.TdClassName
{
border-color: #BFC458;
}
.TagClassName
{
border-color: #BFC458;
}
</style>