Shades of Wild Willow #BDD96D
Tints of Wild Willow #BDD96D
RGB
CMYK
RGB Variations
Color information
#BDD96D (or 0xBDD96D) is known color: Wild Willow. HEX triplet: BD, D9 and 6D. RGB value is (189,217,109). Sum of RGB (Red+Green+Blue) = 189+217+109=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD96D is #422692. Grayscale: #C4C4C4. Windows color (decimal): -4335251 or 7199165. OLE color: 7199165.
HSL color Cylindrical-coordinate representation of color #BDD96D: hue angle of 75.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDD96D is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 109 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.15 |
| HSL | 75.56º | 0.59% | 0.64% | - |
| HSV(B) | 75.56º | 0.5% | 0.85% | - |
| XYZ | 48.56 | 61.55 | 23.79 | - |
| YUV | 196.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 109 | 0.13 | 0 | 0.50 | 0.15 | 75.56 | 0.59 | 0.64 |
| Hex | BD | D9 | 6D | D | 0 | 32 | F | 4C | 3B | 40 |
| Octal | 275 | 331 | 155 | 15 | 0 | 62 | 17 | 114 | 73 | 100 |
| Binary | 10111101 | 11011001 | 1101101 | 1101 | 0 | 110010 | 1111 | 1001100 | 111011 | 1000000 |
Color Harmonies of #BDD96D
Complementary color
Monochromatic Colors of #BDD96D
Black with #BDD96D
Text Example
Text Example
White with #BDD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD96D; }
p { color: rgb(189,217,109); }
H1.HeaderClassName
{
color: #BDD96D;
}
.AnyTagClassName
{
color: #BDD96D;
}
</style>
background-color css
<style>
a { background-color: #BDD96D; }
a { background-color: rgb(189,217,109); }
div.DivClassName
{
background-color: #BDD96D;
}
.BgClassName
{
background-color: #BDD96D;
}
</style>
border-color css
<style>
span { border-color: #BDD96D; }
span { border-color: rgb(189,217,109); }
td.TdClassName
{
border-color: #BDD96D;
}
.TagClassName
{
border-color: #BDD96D;
}
</style>