Shades of Wild Willow #BDCA5B
Tints of Wild Willow #BDCA5B
RGB
CMYK
RGB Variations
Color information
#BDCA5B (or 0xBDCA5B) is known color: Wild Willow. HEX triplet: BD, CA and 5B. RGB value is (189,202,91). Sum of RGB (Red+Green+Blue) = 189+202+91=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA5B is #4235A4. Grayscale: #B9B9B9. Windows color (decimal): -4339109 or 6015677. OLE color: 6015677.
HSL color Cylindrical-coordinate representation of color #BDCA5B: hue angle of 67.03º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDCA5B is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 91 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.21 |
| HSL | 67.03º | 0.51% | 0.57% | - |
| HSV(B) | 67.03º | 0.55% | 0.79% | - |
| XYZ | 44 | 53.82 | 17.97 | - |
| YUV | 185.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 91 | 0.06 | 0 | 0.55 | 0.21 | 67.03 | 0.51 | 0.57 |
| Hex | BD | CA | 5B | 6 | 0 | 37 | 15 | 43 | 33 | 39 |
| Octal | 275 | 312 | 133 | 6 | 0 | 67 | 25 | 103 | 63 | 71 |
| Binary | 10111101 | 11001010 | 1011011 | 110 | 0 | 110111 | 10101 | 1000011 | 110011 | 111001 |
Color Harmonies of #BDCA5B
Complementary color
Monochromatic Colors of #BDCA5B
Black with #BDCA5B
Text Example
Text Example
White with #BDCA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA5B; }
p { color: rgb(189,202,91); }
H1.HeaderClassName
{
color: #BDCA5B;
}
.AnyTagClassName
{
color: #BDCA5B;
}
</style>
background-color css
<style>
a { background-color: #BDCA5B; }
a { background-color: rgb(189,202,91); }
div.DivClassName
{
background-color: #BDCA5B;
}
.BgClassName
{
background-color: #BDCA5B;
}
</style>
border-color css
<style>
span { border-color: #BDCA5B; }
span { border-color: rgb(189,202,91); }
td.TdClassName
{
border-color: #BDCA5B;
}
.TagClassName
{
border-color: #BDCA5B;
}
</style>