Shades of Wild Willow #BDD96B
Tints of Wild Willow #BDD96B
RGB
CMYK
RGB Variations
Color information
#BDD96B (or 0xBDD96B) is known color: Wild Willow. HEX triplet: BD, D9 and 6B. RGB value is (189,217,107). Sum of RGB (Red+Green+Blue) = 189+217+107=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD96B is #422694. Grayscale: #C4C4C4. Windows color (decimal): -4335253 or 7068093. OLE color: 7068093.
HSL color Cylindrical-coordinate representation of color #BDD96B: hue angle of 75.27º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDD96B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 107 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.15 |
| HSL | 75.27º | 0.59% | 0.64% | - |
| HSV(B) | 75.27º | 0.51% | 0.85% | - |
| XYZ | 48.45 | 61.51 | 23.23 | - |
| YUV | 196.09 | 77.72 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 107 | 0.13 | 0 | 0.51 | 0.15 | 75.27 | 0.59 | 0.64 |
| Hex | BD | D9 | 6B | D | 0 | 33 | F | 4B | 3B | 40 |
| Octal | 275 | 331 | 153 | 15 | 0 | 63 | 17 | 113 | 73 | 100 |
| Binary | 10111101 | 11011001 | 1101011 | 1101 | 0 | 110011 | 1111 | 1001011 | 111011 | 1000000 |
Color Harmonies of #BDD96B
Complementary color
Monochromatic Colors of #BDD96B
Black with #BDD96B
Text Example
Text Example
White with #BDD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD96B; }
p { color: rgb(189,217,107); }
H1.HeaderClassName
{
color: #BDD96B;
}
.AnyTagClassName
{
color: #BDD96B;
}
</style>
background-color css
<style>
a { background-color: #BDD96B; }
a { background-color: rgb(189,217,107); }
div.DivClassName
{
background-color: #BDD96B;
}
.BgClassName
{
background-color: #BDD96B;
}
</style>
border-color css
<style>
span { border-color: #BDD96B; }
span { border-color: rgb(189,217,107); }
td.TdClassName
{
border-color: #BDD96B;
}
.TagClassName
{
border-color: #BDD96B;
}
</style>