Shades of Wild Willow #BDCA6E
Tints of Wild Willow #BDCA6E
RGB
CMYK
RGB Variations
Color information
#BDCA6E (or 0xBDCA6E) is known color: Wild Willow. HEX triplet: BD, CA and 6E. RGB value is (189,202,110). Sum of RGB (Red+Green+Blue) = 189+202+110=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA6E is #423591. Grayscale: #BBBBBB. Windows color (decimal): -4339090 or 7260861. OLE color: 7260861.
HSL color Cylindrical-coordinate representation of color #BDCA6E: hue angle of 68.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDCA6E is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 110 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.21 |
| HSL | 68.48º | 0.46% | 0.61% | - |
| HSV(B) | 68.48º | 0.46% | 0.79% | - |
| XYZ | 44.92 | 54.19 | 22.84 | - |
| YUV | 187.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 110 | 0.06 | 0 | 0.46 | 0.21 | 68.48 | 0.46 | 0.61 |
| Hex | BD | CA | 6E | 6 | 0 | 2E | 15 | 44 | 2E | 3D |
| Octal | 275 | 312 | 156 | 6 | 0 | 56 | 25 | 104 | 56 | 75 |
| Binary | 10111101 | 11001010 | 1101110 | 110 | 0 | 101110 | 10101 | 1000100 | 101110 | 111101 |
Color Harmonies of #BDCA6E
Complementary color
Monochromatic Colors of #BDCA6E
Black with #BDCA6E
Text Example
Text Example
White with #BDCA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA6E; }
p { color: rgb(189,202,110); }
H1.HeaderClassName
{
color: #BDCA6E;
}
.AnyTagClassName
{
color: #BDCA6E;
}
</style>
background-color css
<style>
a { background-color: #BDCA6E; }
a { background-color: rgb(189,202,110); }
div.DivClassName
{
background-color: #BDCA6E;
}
.BgClassName
{
background-color: #BDCA6E;
}
</style>
border-color css
<style>
span { border-color: #BDCA6E; }
span { border-color: rgb(189,202,110); }
td.TdClassName
{
border-color: #BDCA6E;
}
.TagClassName
{
border-color: #BDCA6E;
}
</style>