Shades of Wild Willow #BDD159
Tints of Wild Willow #BDD159
RGB
CMYK
RGB Variations
Color information
#BDD159 (or 0xBDD159) is known color: Wild Willow. HEX triplet: BD, D1 and 59. RGB value is (189,209,89). Sum of RGB (Red+Green+Blue) = 189+209+89=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD159 is #422EA6. Grayscale: #BDBDBD. Windows color (decimal): -4337319 or 5886397. OLE color: 5886397.
HSL color Cylindrical-coordinate representation of color #BDD159: hue angle of 70º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDD159 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 89 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.18 |
| HSL | 70º | 0.57% | 0.58% | - |
| HSV(B) | 70º | 0.57% | 0.82% | - |
| XYZ | 45.59 | 57.14 | 18.08 | - |
| YUV | 189.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 89 | 0.10 | 0 | 0.57 | 0.18 | 70 | 0.57 | 0.58 |
| Hex | BD | D1 | 59 | A | 0 | 39 | 12 | 46 | 39 | 3A |
| Octal | 275 | 321 | 131 | 12 | 0 | 71 | 22 | 106 | 71 | 72 |
| Binary | 10111101 | 11010001 | 1011001 | 1010 | 0 | 111001 | 10010 | 1000110 | 111001 | 111010 |
Color Harmonies of #BDD159
Complementary color
Monochromatic Colors of #BDD159
Black with #BDD159
Text Example
Text Example
White with #BDD159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD159; }
p { color: rgb(189,209,89); }
H1.HeaderClassName
{
color: #BDD159;
}
.AnyTagClassName
{
color: #BDD159;
}
</style>
background-color css
<style>
a { background-color: #BDD159; }
a { background-color: rgb(189,209,89); }
div.DivClassName
{
background-color: #BDD159;
}
.BgClassName
{
background-color: #BDD159;
}
</style>
border-color css
<style>
span { border-color: #BDD159; }
span { border-color: rgb(189,209,89); }
td.TdClassName
{
border-color: #BDD159;
}
.TagClassName
{
border-color: #BDD159;
}
</style>