Shades of Wild Willow #BDC86C
Tints of Wild Willow #BDC86C
RGB
CMYK
RGB Variations
Color information
#BDC86C (or 0xBDC86C) is known color: Wild Willow. HEX triplet: BD, C8 and 6C. RGB value is (189,200,108). Sum of RGB (Red+Green+Blue) = 189+200+108=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC86C is #423793. Grayscale: #BABABA. Windows color (decimal): -4339604 or 7129277. OLE color: 7129277.
HSL color Cylindrical-coordinate representation of color #BDC86C: hue angle of 67.17º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC86C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 108 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.22 |
| HSL | 67.17º | 0.46% | 0.6% | - |
| HSV(B) | 67.17º | 0.46% | 0.78% | - |
| XYZ | 44.35 | 53.21 | 22.12 | - |
| YUV | 186.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 108 | 0.06 | 0 | 0.46 | 0.22 | 67.17 | 0.46 | 0.6 |
| Hex | BD | C8 | 6C | 6 | 0 | 2E | 16 | 43 | 2E | 3C |
| Octal | 275 | 310 | 154 | 6 | 0 | 56 | 26 | 103 | 56 | 74 |
| Binary | 10111101 | 11001000 | 1101100 | 110 | 0 | 101110 | 10110 | 1000011 | 101110 | 111100 |
Color Harmonies of #BDC86C
Complementary color
Monochromatic Colors of #BDC86C
Black with #BDC86C
Text Example
Text Example
White with #BDC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC86C; }
p { color: rgb(189,200,108); }
H1.HeaderClassName
{
color: #BDC86C;
}
.AnyTagClassName
{
color: #BDC86C;
}
</style>
background-color css
<style>
a { background-color: #BDC86C; }
a { background-color: rgb(189,200,108); }
div.DivClassName
{
background-color: #BDC86C;
}
.BgClassName
{
background-color: #BDC86C;
}
</style>
border-color css
<style>
span { border-color: #BDC86C; }
span { border-color: rgb(189,200,108); }
td.TdClassName
{
border-color: #BDC86C;
}
.TagClassName
{
border-color: #BDC86C;
}
</style>