Shades of Wild Willow #BDD36F
Tints of Wild Willow #BDD36F
RGB
CMYK
RGB Variations
Color information
#BDD36F (or 0xBDD36F) is known color: Wild Willow. HEX triplet: BD, D3 and 6F. RGB value is (189,211,111). Sum of RGB (Red+Green+Blue) = 189+211+111=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD36F is #422C90. Grayscale: #C1C1C1. Windows color (decimal): -4336785 or 7328701. OLE color: 7328701.
HSL color Cylindrical-coordinate representation of color #BDD36F: hue angle of 73.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDD36F is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 111 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.17 |
| HSL | 73.2º | 0.53% | 0.63% | - |
| HSV(B) | 73.2º | 0.47% | 0.83% | - |
| XYZ | 47.15 | 58.56 | 23.86 | - |
| YUV | 193.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 111 | 0.10 | 0 | 0.47 | 0.17 | 73.2 | 0.53 | 0.63 |
| Hex | BD | D3 | 6F | A | 0 | 2F | 11 | 49 | 35 | 3F |
| Octal | 275 | 323 | 157 | 12 | 0 | 57 | 21 | 111 | 65 | 77 |
| Binary | 10111101 | 11010011 | 1101111 | 1010 | 0 | 101111 | 10001 | 1001001 | 110101 | 111111 |
Color Harmonies of #BDD36F
Complementary color
Monochromatic Colors of #BDD36F
Black with #BDD36F
Text Example
Text Example
White with #BDD36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD36F; }
p { color: rgb(189,211,111); }
H1.HeaderClassName
{
color: #BDD36F;
}
.AnyTagClassName
{
color: #BDD36F;
}
</style>
background-color css
<style>
a { background-color: #BDD36F; }
a { background-color: rgb(189,211,111); }
div.DivClassName
{
background-color: #BDD36F;
}
.BgClassName
{
background-color: #BDD36F;
}
</style>
border-color css
<style>
span { border-color: #BDD36F; }
span { border-color: rgb(189,211,111); }
td.TdClassName
{
border-color: #BDD36F;
}
.TagClassName
{
border-color: #BDD36F;
}
</style>