Shades of Wild Willow #BDC66F
Tints of Wild Willow #BDC66F
RGB
CMYK
RGB Variations
Color information
#BDC66F (or 0xBDC66F) is known color: Wild Willow. HEX triplet: BD, C6 and 6F. RGB value is (189,198,111). Sum of RGB (Red+Green+Blue) = 189+198+111=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC66F is #423990. Grayscale: #B9B9B9. Windows color (decimal): -4340113 or 7325373. OLE color: 7325373.
HSL color Cylindrical-coordinate representation of color #BDC66F: hue angle of 66.21º degrees, saturation: 0.43, 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 #BDC66F is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 111 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.22 |
| HSL | 66.21º | 0.43% | 0.61% | - |
| HSV(B) | 66.21º | 0.44% | 0.78% | - |
| XYZ | 44.05 | 52.35 | 22.82 | - |
| YUV | 185.39 | 86.02 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 111 | 0.05 | 0 | 0.44 | 0.22 | 66.21 | 0.43 | 0.61 |
| Hex | BD | C6 | 6F | 5 | 0 | 2C | 16 | 42 | 2B | 3D |
| Octal | 275 | 306 | 157 | 5 | 0 | 54 | 26 | 102 | 53 | 75 |
| Binary | 10111101 | 11000110 | 1101111 | 101 | 0 | 101100 | 10110 | 1000010 | 101011 | 111101 |
Color Harmonies of #BDC66F
Complementary color
Monochromatic Colors of #BDC66F
Black with #BDC66F
Text Example
Text Example
White with #BDC66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC66F; }
p { color: rgb(189,198,111); }
H1.HeaderClassName
{
color: #BDC66F;
}
.AnyTagClassName
{
color: #BDC66F;
}
</style>
background-color css
<style>
a { background-color: #BDC66F; }
a { background-color: rgb(189,198,111); }
div.DivClassName
{
background-color: #BDC66F;
}
.BgClassName
{
background-color: #BDC66F;
}
</style>
border-color css
<style>
span { border-color: #BDC66F; }
span { border-color: rgb(189,198,111); }
td.TdClassName
{
border-color: #BDC66F;
}
.TagClassName
{
border-color: #BDC66F;
}
</style>