Shades of Wild Willow #BFD36D
Tints of Wild Willow #BFD36D
RGB
CMYK
RGB Variations
Color information
#BFD36D (or 0xBFD36D) is known color: Wild Willow. HEX triplet: BF, D3 and 6D. RGB value is (191,211,109). Sum of RGB (Red+Green+Blue) = 191+211+109=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD36D is #402C92. Grayscale: #C1C1C1. Windows color (decimal): -4205715 or 7197631. OLE color: 7197631.
HSL color Cylindrical-coordinate representation of color #BFD36D: hue angle of 71.76º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFD36D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 109 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.17 |
| HSL | 71.76º | 0.54% | 0.63% | - |
| HSV(B) | 71.76º | 0.48% | 0.83% | - |
| XYZ | 47.54 | 58.77 | 23.31 | - |
| YUV | 193.39 | 80.37 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 109 | 0.09 | 0 | 0.48 | 0.17 | 71.76 | 0.54 | 0.63 |
| Hex | BF | D3 | 6D | 9 | 0 | 30 | 11 | 48 | 36 | 3F |
| Octal | 277 | 323 | 155 | 11 | 0 | 60 | 21 | 110 | 66 | 77 |
| Binary | 10111111 | 11010011 | 1101101 | 1001 | 0 | 110000 | 10001 | 1001000 | 110110 | 111111 |
Color Harmonies of #BFD36D
Complementary color
Monochromatic Colors of #BFD36D
Black with #BFD36D
Text Example
Text Example
White with #BFD36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD36D; }
p { color: rgb(191,211,109); }
H1.HeaderClassName
{
color: #BFD36D;
}
.AnyTagClassName
{
color: #BFD36D;
}
</style>
background-color css
<style>
a { background-color: #BFD36D; }
a { background-color: rgb(191,211,109); }
div.DivClassName
{
background-color: #BFD36D;
}
.BgClassName
{
background-color: #BFD36D;
}
</style>
border-color css
<style>
span { border-color: #BFD36D; }
span { border-color: rgb(191,211,109); }
td.TdClassName
{
border-color: #BFD36D;
}
.TagClassName
{
border-color: #BFD36D;
}
</style>