Shades of Wild Willow #BDCA6F
Tints of Wild Willow #BDCA6F
RGB
CMYK
RGB Variations
Color information
#BDCA6F (or 0xBDCA6F) is known color: Wild Willow. HEX triplet: BD, CA and 6F. RGB value is (189,202,111). Sum of RGB (Red+Green+Blue) = 189+202+111=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA6F is #423590. Grayscale: #BCBCBC. Windows color (decimal): -4339089 or 7326397. OLE color: 7326397.
HSL color Cylindrical-coordinate representation of color #BDCA6F: hue angle of 68.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDCA6F is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 111 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.21 |
| HSL | 68.57º | 0.46% | 0.61% | - |
| HSV(B) | 68.57º | 0.45% | 0.79% | - |
| XYZ | 44.98 | 54.21 | 23.13 | - |
| YUV | 187.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 111 | 0.06 | 0 | 0.45 | 0.21 | 68.57 | 0.46 | 0.61 |
| Hex | BD | CA | 6F | 6 | 0 | 2D | 15 | 45 | 2E | 3D |
| Octal | 275 | 312 | 157 | 6 | 0 | 55 | 25 | 105 | 56 | 75 |
| Binary | 10111101 | 11001010 | 1101111 | 110 | 0 | 101101 | 10101 | 1000101 | 101110 | 111101 |
Color Harmonies of #BDCA6F
Complementary color
Monochromatic Colors of #BDCA6F
Black with #BDCA6F
Text Example
Text Example
White with #BDCA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA6F; }
p { color: rgb(189,202,111); }
H1.HeaderClassName
{
color: #BDCA6F;
}
.AnyTagClassName
{
color: #BDCA6F;
}
</style>
background-color css
<style>
a { background-color: #BDCA6F; }
a { background-color: rgb(189,202,111); }
div.DivClassName
{
background-color: #BDCA6F;
}
.BgClassName
{
background-color: #BDCA6F;
}
</style>
border-color css
<style>
span { border-color: #BDCA6F; }
span { border-color: rgb(189,202,111); }
td.TdClassName
{
border-color: #BDCA6F;
}
.TagClassName
{
border-color: #BDCA6F;
}
</style>