Shades of Wild Willow #BDC86F
Tints of Wild Willow #BDC86F
RGB
CMYK
RGB Variations
Color information
#BDC86F (or 0xBDC86F) is known color: Wild Willow. HEX triplet: BD, C8 and 6F. RGB value is (189,200,111). Sum of RGB (Red+Green+Blue) = 189+200+111=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC86F is #423790. Grayscale: #BABABA. Windows color (decimal): -4339601 or 7325885. OLE color: 7325885.
HSL color Cylindrical-coordinate representation of color #BDC86F: hue angle of 67.42º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDC86F is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 111 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.22 |
| HSL | 67.42º | 0.45% | 0.61% | - |
| HSV(B) | 67.42º | 0.45% | 0.78% | - |
| XYZ | 44.51 | 53.28 | 22.98 | - |
| YUV | 186.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 111 | 0.06 | 0 | 0.44 | 0.22 | 67.42 | 0.45 | 0.61 |
| Hex | BD | C8 | 6F | 6 | 0 | 2C | 16 | 43 | 2D | 3D |
| Octal | 275 | 310 | 157 | 6 | 0 | 54 | 26 | 103 | 55 | 75 |
| Binary | 10111101 | 11001000 | 1101111 | 110 | 0 | 101100 | 10110 | 1000011 | 101101 | 111101 |
Color Harmonies of #BDC86F
Complementary color
Monochromatic Colors of #BDC86F
Black with #BDC86F
Text Example
Text Example
White with #BDC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC86F; }
p { color: rgb(189,200,111); }
H1.HeaderClassName
{
color: #BDC86F;
}
.AnyTagClassName
{
color: #BDC86F;
}
</style>
background-color css
<style>
a { background-color: #BDC86F; }
a { background-color: rgb(189,200,111); }
div.DivClassName
{
background-color: #BDC86F;
}
.BgClassName
{
background-color: #BDC86F;
}
</style>
border-color css
<style>
span { border-color: #BDC86F; }
span { border-color: rgb(189,200,111); }
td.TdClassName
{
border-color: #BDC86F;
}
.TagClassName
{
border-color: #BDC86F;
}
</style>