Shades of Wild Willow #BDD86C
Tints of Wild Willow #BDD86C
RGB
CMYK
RGB Variations
Color information
#BDD86C (or 0xBDD86C) is known color: Wild Willow. HEX triplet: BD, D8 and 6C. RGB value is (189,216,108). Sum of RGB (Red+Green+Blue) = 189+216+108=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD86C is #422793. Grayscale: #C4C4C4. Windows color (decimal): -4335508 or 7133373. OLE color: 7133373.
HSL color Cylindrical-coordinate representation of color #BDD86C: hue angle of 75º degrees, saturation: 0.58, 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 #BDD86C is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 108 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.15 |
| HSL | 75º | 0.58% | 0.64% | - |
| HSV(B) | 75º | 0.5% | 0.85% | - |
| XYZ | 48.25 | 61.01 | 23.42 | - |
| YUV | 195.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 108 | 0.12 | 0 | 0.50 | 0.15 | 75 | 0.58 | 0.64 |
| Hex | BD | D8 | 6C | C | 0 | 32 | F | 4B | 3A | 40 |
| Octal | 275 | 330 | 154 | 14 | 0 | 62 | 17 | 113 | 72 | 100 |
| Binary | 10111101 | 11011000 | 1101100 | 1100 | 0 | 110010 | 1111 | 1001011 | 111010 | 1000000 |
Color Harmonies of #BDD86C
Complementary color
Monochromatic Colors of #BDD86C
Black with #BDD86C
Text Example
Text Example
White with #BDD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD86C; }
p { color: rgb(189,216,108); }
H1.HeaderClassName
{
color: #BDD86C;
}
.AnyTagClassName
{
color: #BDD86C;
}
</style>
background-color css
<style>
a { background-color: #BDD86C; }
a { background-color: rgb(189,216,108); }
div.DivClassName
{
background-color: #BDD86C;
}
.BgClassName
{
background-color: #BDD86C;
}
</style>
border-color css
<style>
span { border-color: #BDD86C; }
span { border-color: rgb(189,216,108); }
td.TdClassName
{
border-color: #BDD86C;
}
.TagClassName
{
border-color: #BDD86C;
}
</style>