Shades of Wild Willow #BDCB5E
Tints of Wild Willow #BDCB5E
RGB
CMYK
RGB Variations
Color information
#BDCB5E (or 0xBDCB5E) is known color: Wild Willow. HEX triplet: BD, CB and 5E. RGB value is (189,203,94). Sum of RGB (Red+Green+Blue) = 189+203+94=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB5E is #4234A1. Grayscale: #BABABA. Windows color (decimal): -4338850 or 6212541. OLE color: 6212541.
HSL color Cylindrical-coordinate representation of color #BDCB5E: hue angle of 67.71º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDCB5E is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 94 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.20 |
| HSL | 67.71º | 0.51% | 0.58% | - |
| HSV(B) | 67.71º | 0.54% | 0.8% | - |
| XYZ | 44.36 | 54.34 | 18.74 | - |
| YUV | 186.39 | 75.86 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 94 | 0.07 | 0 | 0.54 | 0.20 | 67.71 | 0.51 | 0.58 |
| Hex | BD | CB | 5E | 7 | 0 | 36 | 14 | 44 | 33 | 3A |
| Octal | 275 | 313 | 136 | 7 | 0 | 66 | 24 | 104 | 63 | 72 |
| Binary | 10111101 | 11001011 | 1011110 | 111 | 0 | 110110 | 10100 | 1000100 | 110011 | 111010 |
Color Harmonies of #BDCB5E
Complementary color
Monochromatic Colors of #BDCB5E
Black with #BDCB5E
Text Example
Text Example
White with #BDCB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB5E; }
p { color: rgb(189,203,94); }
H1.HeaderClassName
{
color: #BDCB5E;
}
.AnyTagClassName
{
color: #BDCB5E;
}
</style>
background-color css
<style>
a { background-color: #BDCB5E; }
a { background-color: rgb(189,203,94); }
div.DivClassName
{
background-color: #BDCB5E;
}
.BgClassName
{
background-color: #BDCB5E;
}
</style>
border-color css
<style>
span { border-color: #BDCB5E; }
span { border-color: rgb(189,203,94); }
td.TdClassName
{
border-color: #BDCB5E;
}
.TagClassName
{
border-color: #BDCB5E;
}
</style>