Shades of Wild Willow #BFD26F
Tints of Wild Willow #BFD26F
RGB
CMYK
RGB Variations
Color information
#BFD26F (or 0xBFD26F) is known color: Wild Willow. HEX triplet: BF, D2 and 6F. RGB value is (191,210,111). Sum of RGB (Red+Green+Blue) = 191+210+111=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD26F is #402D90. Grayscale: #C1C1C1. Windows color (decimal): -4205969 or 7328447. OLE color: 7328447.
HSL color Cylindrical-coordinate representation of color #BFD26F: hue angle of 71.52º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFD26F is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 111 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.18 |
| HSL | 71.52º | 0.52% | 0.63% | - |
| HSV(B) | 71.52º | 0.47% | 0.82% | - |
| XYZ | 47.4 | 58.32 | 23.8 | - |
| YUV | 193.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 111 | 0.09 | 0 | 0.47 | 0.18 | 71.52 | 0.52 | 0.63 |
| Hex | BF | D2 | 6F | 9 | 0 | 2F | 12 | 48 | 34 | 3F |
| Octal | 277 | 322 | 157 | 11 | 0 | 57 | 22 | 110 | 64 | 77 |
| Binary | 10111111 | 11010010 | 1101111 | 1001 | 0 | 101111 | 10010 | 1001000 | 110100 | 111111 |
Color Harmonies of #BFD26F
Complementary color
Monochromatic Colors of #BFD26F
Black with #BFD26F
Text Example
Text Example
White with #BFD26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD26F; }
p { color: rgb(191,210,111); }
H1.HeaderClassName
{
color: #BFD26F;
}
.AnyTagClassName
{
color: #BFD26F;
}
</style>
background-color css
<style>
a { background-color: #BFD26F; }
a { background-color: rgb(191,210,111); }
div.DivClassName
{
background-color: #BFD26F;
}
.BgClassName
{
background-color: #BFD26F;
}
</style>
border-color css
<style>
span { border-color: #BFD26F; }
span { border-color: rgb(191,210,111); }
td.TdClassName
{
border-color: #BFD26F;
}
.TagClassName
{
border-color: #BFD26F;
}
</style>