Shades of Wild Willow #BDD86B
Tints of Wild Willow #BDD86B
RGB
CMYK
RGB Variations
Color information
#BDD86B (or 0xBDD86B) is known color: Wild Willow. HEX triplet: BD, D8 and 6B. RGB value is (189,216,107). Sum of RGB (Red+Green+Blue) = 189+216+107=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD86B is #422794. Grayscale: #C3C3C3. Windows color (decimal): -4335509 or 7067837. OLE color: 7067837.
HSL color Cylindrical-coordinate representation of color #BDD86B: hue angle of 74.86º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDD86B is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 107 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.15 |
| HSL | 74.86º | 0.58% | 0.63% | - |
| HSV(B) | 74.86º | 0.5% | 0.85% | - |
| XYZ | 48.2 | 60.99 | 23.14 | - |
| YUV | 195.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 107 | 0.12 | 0 | 0.50 | 0.15 | 74.86 | 0.58 | 0.63 |
| Hex | BD | D8 | 6B | C | 0 | 32 | F | 4B | 3A | 3F |
| Octal | 275 | 330 | 153 | 14 | 0 | 62 | 17 | 113 | 72 | 77 |
| Binary | 10111101 | 11011000 | 1101011 | 1100 | 0 | 110010 | 1111 | 1001011 | 111010 | 111111 |
Color Harmonies of #BDD86B
Complementary color
Monochromatic Colors of #BDD86B
Black with #BDD86B
Text Example
Text Example
White with #BDD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD86B; }
p { color: rgb(189,216,107); }
H1.HeaderClassName
{
color: #BDD86B;
}
.AnyTagClassName
{
color: #BDD86B;
}
</style>
background-color css
<style>
a { background-color: #BDD86B; }
a { background-color: rgb(189,216,107); }
div.DivClassName
{
background-color: #BDD86B;
}
.BgClassName
{
background-color: #BDD86B;
}
</style>
border-color css
<style>
span { border-color: #BDD86B; }
span { border-color: rgb(189,216,107); }
td.TdClassName
{
border-color: #BDD86B;
}
.TagClassName
{
border-color: #BDD86B;
}
</style>