Shades of Wild Willow #BDD96F
Tints of Wild Willow #BDD96F
RGB
CMYK
RGB Variations
Color information
#BDD96F (or 0xBDD96F) is known color: Wild Willow. HEX triplet: BD, D9 and 6F. RGB value is (189,217,111). Sum of RGB (Red+Green+Blue) = 189+217+111=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD96F is #422690. Grayscale: #C4C4C4. Windows color (decimal): -4335249 or 7330237. OLE color: 7330237.
HSL color Cylindrical-coordinate representation of color #BDD96F: hue angle of 75.85º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDD96F is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 111 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.15 |
| HSL | 75.85º | 0.58% | 0.64% | - |
| HSV(B) | 75.85º | 0.49% | 0.85% | - |
| XYZ | 48.67 | 61.59 | 24.36 | - |
| YUV | 196.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 111 | 0.13 | 0 | 0.49 | 0.15 | 75.85 | 0.58 | 0.64 |
| Hex | BD | D9 | 6F | D | 0 | 31 | F | 4C | 3A | 40 |
| Octal | 275 | 331 | 157 | 15 | 0 | 61 | 17 | 114 | 72 | 100 |
| Binary | 10111101 | 11011001 | 1101111 | 1101 | 0 | 110001 | 1111 | 1001100 | 111010 | 1000000 |
Color Harmonies of #BDD96F
Complementary color
Monochromatic Colors of #BDD96F
Black with #BDD96F
Text Example
Text Example
White with #BDD96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD96F; }
p { color: rgb(189,217,111); }
H1.HeaderClassName
{
color: #BDD96F;
}
.AnyTagClassName
{
color: #BDD96F;
}
</style>
background-color css
<style>
a { background-color: #BDD96F; }
a { background-color: rgb(189,217,111); }
div.DivClassName
{
background-color: #BDD96F;
}
.BgClassName
{
background-color: #BDD96F;
}
</style>
border-color css
<style>
span { border-color: #BDD96F; }
span { border-color: rgb(189,217,111); }
td.TdClassName
{
border-color: #BDD96F;
}
.TagClassName
{
border-color: #BDD96F;
}
</style>