Shades of Wild Willow #BFD16D
Tints of Wild Willow #BFD16D
RGB
CMYK
RGB Variations
Color information
#BFD16D (or 0xBFD16D) is known color: Wild Willow. HEX triplet: BF, D1 and 6D. RGB value is (191,209,109). Sum of RGB (Red+Green+Blue) = 191+209+109=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD16D is #402E92. Grayscale: #C0C0C0. Windows color (decimal): -4206227 or 7197119. OLE color: 7197119.
HSL color Cylindrical-coordinate representation of color #BFD16D: hue angle of 70.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFD16D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 109 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.18 |
| HSL | 70.8º | 0.52% | 0.62% | - |
| HSV(B) | 70.8º | 0.48% | 0.82% | - |
| XYZ | 47.05 | 57.78 | 23.14 | - |
| YUV | 192.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 109 | 0.09 | 0 | 0.48 | 0.18 | 70.8 | 0.52 | 0.62 |
| Hex | BF | D1 | 6D | 9 | 0 | 30 | 12 | 47 | 34 | 3E |
| Octal | 277 | 321 | 155 | 11 | 0 | 60 | 22 | 107 | 64 | 76 |
| Binary | 10111111 | 11010001 | 1101101 | 1001 | 0 | 110000 | 10010 | 1000111 | 110100 | 111110 |
Color Harmonies of #BFD16D
Complementary color
Monochromatic Colors of #BFD16D
Black with #BFD16D
Text Example
Text Example
White with #BFD16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD16D; }
p { color: rgb(191,209,109); }
H1.HeaderClassName
{
color: #BFD16D;
}
.AnyTagClassName
{
color: #BFD16D;
}
</style>
background-color css
<style>
a { background-color: #BFD16D; }
a { background-color: rgb(191,209,109); }
div.DivClassName
{
background-color: #BFD16D;
}
.BgClassName
{
background-color: #BFD16D;
}
</style>
border-color css
<style>
span { border-color: #BFD16D; }
span { border-color: rgb(191,209,109); }
td.TdClassName
{
border-color: #BFD16D;
}
.TagClassName
{
border-color: #BFD16D;
}
</style>