Shades of Wild Willow #BFD358
Tints of Wild Willow #BFD358
RGB
CMYK
RGB Variations
Color information
#BFD358 (or 0xBFD358) is known color: Wild Willow. HEX triplet: BF, D3 and 58. RGB value is (191,211,88). Sum of RGB (Red+Green+Blue) = 191+211+88=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD358 is #402CA7. Grayscale: #BFBFBF. Windows color (decimal): -4205736 or 5821375. OLE color: 5821375.
HSL color Cylindrical-coordinate representation of color #BFD358: hue angle of 69.76º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFD358 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 88 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.17 |
| HSL | 69.76º | 0.58% | 0.59% | - |
| HSV(B) | 69.76º | 0.58% | 0.83% | - |
| XYZ | 46.54 | 58.37 | 18.05 | - |
| YUV | 191 | 69.87 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 88 | 0.09 | 0 | 0.58 | 0.17 | 69.76 | 0.58 | 0.59 |
| Hex | BF | D3 | 58 | 9 | 0 | 3A | 11 | 46 | 3A | 3B |
| Octal | 277 | 323 | 130 | 11 | 0 | 72 | 21 | 106 | 72 | 73 |
| Binary | 10111111 | 11010011 | 1011000 | 1001 | 0 | 111010 | 10001 | 1000110 | 111010 | 111011 |
Color Harmonies of #BFD358
Complementary color
Monochromatic Colors of #BFD358
Black with #BFD358
Text Example
Text Example
White with #BFD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD358; }
p { color: rgb(191,211,88); }
H1.HeaderClassName
{
color: #BFD358;
}
.AnyTagClassName
{
color: #BFD358;
}
</style>
background-color css
<style>
a { background-color: #BFD358; }
a { background-color: rgb(191,211,88); }
div.DivClassName
{
background-color: #BFD358;
}
.BgClassName
{
background-color: #BFD358;
}
</style>
border-color css
<style>
span { border-color: #BFD358; }
span { border-color: rgb(191,211,88); }
td.TdClassName
{
border-color: #BFD358;
}
.TagClassName
{
border-color: #BFD358;
}
</style>