Shades of Wild Willow #BDD759
Tints of Wild Willow #BDD759
RGB
CMYK
RGB Variations
Color information
#BDD759 (or 0xBDD759) is known color: Wild Willow. HEX triplet: BD, D7 and 59. RGB value is (189,215,89). Sum of RGB (Red+Green+Blue) = 189+215+89=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 89 (35.16% from 255 or 18.05% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD759 is #4228A6. Grayscale: #C1C1C1. Windows color (decimal): -4335783 or 5887933. OLE color: 5887933.
HSL color Cylindrical-coordinate representation of color #BDD759: hue angle of 72.38º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDD759 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 89 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.16 |
| HSL | 72.38º | 0.61% | 0.6% | - |
| HSV(B) | 72.38º | 0.59% | 0.84% | - |
| XYZ | 47.09 | 60.14 | 18.58 | - |
| YUV | 192.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 89 | 0.12 | 0 | 0.59 | 0.16 | 72.38 | 0.61 | 0.6 |
| Hex | BD | D7 | 59 | C | 0 | 3B | 10 | 48 | 3D | 3C |
| Octal | 275 | 327 | 131 | 14 | 0 | 73 | 20 | 110 | 75 | 74 |
| Binary | 10111101 | 11010111 | 1011001 | 1100 | 0 | 111011 | 10000 | 1001000 | 111101 | 111100 |
Color Harmonies of #BDD759
Complementary color
Monochromatic Colors of #BDD759
Black with #BDD759
Text Example
Text Example
White with #BDD759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD759; }
p { color: rgb(189,215,89); }
H1.HeaderClassName
{
color: #BDD759;
}
.AnyTagClassName
{
color: #BDD759;
}
</style>
background-color css
<style>
a { background-color: #BDD759; }
a { background-color: rgb(189,215,89); }
div.DivClassName
{
background-color: #BDD759;
}
.BgClassName
{
background-color: #BDD759;
}
</style>
border-color css
<style>
span { border-color: #BDD759; }
span { border-color: rgb(189,215,89); }
td.TdClassName
{
border-color: #BDD759;
}
.TagClassName
{
border-color: #BDD759;
}
</style>