Shades of Wild Willow #BFD259
Tints of Wild Willow #BFD259
RGB
CMYK
RGB Variations
Color information
#BFD259 (or 0xBFD259) is known color: Wild Willow. HEX triplet: BF, D2 and 59. RGB value is (191,210,89). Sum of RGB (Red+Green+Blue) = 191+210+89=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD259 is #402DA6. Grayscale: #BEBEBE. Windows color (decimal): -4205991 or 5886655. OLE color: 5886655.
HSL color Cylindrical-coordinate representation of color #BFD259: hue angle of 69.42º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFD259 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 89 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.18 |
| HSL | 69.42º | 0.57% | 0.59% | - |
| HSV(B) | 69.42º | 0.58% | 0.82% | - |
| XYZ | 46.34 | 57.89 | 18.18 | - |
| YUV | 190.53 | 70.71 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 89 | 0.09 | 0 | 0.58 | 0.18 | 69.42 | 0.57 | 0.59 |
| Hex | BF | D2 | 59 | 9 | 0 | 3A | 12 | 45 | 39 | 3B |
| Octal | 277 | 322 | 131 | 11 | 0 | 72 | 22 | 105 | 71 | 73 |
| Binary | 10111111 | 11010010 | 1011001 | 1001 | 0 | 111010 | 10010 | 1000101 | 111001 | 111011 |
Color Harmonies of #BFD259
Complementary color
Monochromatic Colors of #BFD259
Black with #BFD259
Text Example
Text Example
White with #BFD259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD259; }
p { color: rgb(191,210,89); }
H1.HeaderClassName
{
color: #BFD259;
}
.AnyTagClassName
{
color: #BFD259;
}
</style>
background-color css
<style>
a { background-color: #BFD259; }
a { background-color: rgb(191,210,89); }
div.DivClassName
{
background-color: #BFD259;
}
.BgClassName
{
background-color: #BFD259;
}
</style>
border-color css
<style>
span { border-color: #BFD259; }
span { border-color: rgb(191,210,89); }
td.TdClassName
{
border-color: #BFD259;
}
.TagClassName
{
border-color: #BFD259;
}
</style>