Shades of Wild Willow #BDD758
Tints of Wild Willow #BDD758
RGB
CMYK
RGB Variations
Color information
#BDD758 (or 0xBDD758) is known color: Wild Willow. HEX triplet: BD, D7 and 58. RGB value is (189,215,88). Sum of RGB (Red+Green+Blue) = 189+215+88=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD758 is #4228A7. Grayscale: #C1C1C1. Windows color (decimal): -4335784 or 5822397. OLE color: 5822397.
HSL color Cylindrical-coordinate representation of color #BDD758: hue angle of 72.28º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDD758 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 88 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.16 |
| HSL | 72.28º | 0.61% | 0.59% | - |
| HSV(B) | 72.28º | 0.59% | 0.84% | - |
| XYZ | 47.05 | 60.12 | 18.36 | - |
| YUV | 192.75 | 68.89 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 88 | 0.12 | 0 | 0.59 | 0.16 | 72.28 | 0.61 | 0.59 |
| Hex | BD | D7 | 58 | C | 0 | 3B | 10 | 48 | 3D | 3B |
| Octal | 275 | 327 | 130 | 14 | 0 | 73 | 20 | 110 | 75 | 73 |
| Binary | 10111101 | 11010111 | 1011000 | 1100 | 0 | 111011 | 10000 | 1001000 | 111101 | 111011 |
Color Harmonies of #BDD758
Complementary color
Monochromatic Colors of #BDD758
Black with #BDD758
Text Example
Text Example
White with #BDD758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD758; }
p { color: rgb(189,215,88); }
H1.HeaderClassName
{
color: #BDD758;
}
.AnyTagClassName
{
color: #BDD758;
}
</style>
background-color css
<style>
a { background-color: #BDD758; }
a { background-color: rgb(189,215,88); }
div.DivClassName
{
background-color: #BDD758;
}
.BgClassName
{
background-color: #BDD758;
}
</style>
border-color css
<style>
span { border-color: #BDD758; }
span { border-color: rgb(189,215,88); }
td.TdClassName
{
border-color: #BDD758;
}
.TagClassName
{
border-color: #BDD758;
}
</style>