Shades of Wild Willow #BFD26D
Tints of Wild Willow #BFD26D
RGB
CMYK
RGB Variations
Color information
#BFD26D (or 0xBFD26D) is known color: Wild Willow. HEX triplet: BF, D2 and 6D. RGB value is (191,210,109). Sum of RGB (Red+Green+Blue) = 191+210+109=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD26D is #402D92. Grayscale: #C1C1C1. Windows color (decimal): -4205971 or 7197375. OLE color: 7197375.
HSL color Cylindrical-coordinate representation of color #BFD26D: hue angle of 71.29º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFD26D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 109 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.18 |
| HSL | 71.29º | 0.53% | 0.63% | - |
| HSV(B) | 71.29º | 0.48% | 0.82% | - |
| XYZ | 47.29 | 58.27 | 23.22 | - |
| YUV | 192.81 | 80.71 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 109 | 0.09 | 0 | 0.48 | 0.18 | 71.29 | 0.53 | 0.63 |
| Hex | BF | D2 | 6D | 9 | 0 | 30 | 12 | 47 | 35 | 3F |
| Octal | 277 | 322 | 155 | 11 | 0 | 60 | 22 | 107 | 65 | 77 |
| Binary | 10111111 | 11010010 | 1101101 | 1001 | 0 | 110000 | 10010 | 1000111 | 110101 | 111111 |
Color Harmonies of #BFD26D
Complementary color
Monochromatic Colors of #BFD26D
Black with #BFD26D
Text Example
Text Example
White with #BFD26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD26D; }
p { color: rgb(191,210,109); }
H1.HeaderClassName
{
color: #BFD26D;
}
.AnyTagClassName
{
color: #BFD26D;
}
</style>
background-color css
<style>
a { background-color: #BFD26D; }
a { background-color: rgb(191,210,109); }
div.DivClassName
{
background-color: #BFD26D;
}
.BgClassName
{
background-color: #BFD26D;
}
</style>
border-color css
<style>
span { border-color: #BFD26D; }
span { border-color: rgb(191,210,109); }
td.TdClassName
{
border-color: #BFD26D;
}
.TagClassName
{
border-color: #BFD26D;
}
</style>