Shades of Wild Willow #BDD558
Tints of Wild Willow #BDD558
RGB
CMYK
RGB Variations
Color information
#BDD558 (or 0xBDD558) is known color: Wild Willow. HEX triplet: BD, D5 and 58. RGB value is (189,213,88). Sum of RGB (Red+Green+Blue) = 189+213+88=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD558 is #422AA7. Grayscale: #C0C0C0. Windows color (decimal): -4336296 or 5821885. OLE color: 5821885.
HSL color Cylindrical-coordinate representation of color #BDD558: hue angle of 71.52º degrees, saturation: 0.6, 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 #BDD558 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 88 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.16 |
| HSL | 71.52º | 0.6% | 0.59% | - |
| HSV(B) | 71.52º | 0.59% | 0.84% | - |
| XYZ | 46.54 | 59.11 | 18.19 | - |
| YUV | 191.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 88 | 0.11 | 0 | 0.59 | 0.16 | 71.52 | 0.6 | 0.59 |
| Hex | BD | D5 | 58 | B | 0 | 3B | 10 | 48 | 3C | 3B |
| Octal | 275 | 325 | 130 | 13 | 0 | 73 | 20 | 110 | 74 | 73 |
| Binary | 10111101 | 11010101 | 1011000 | 1011 | 0 | 111011 | 10000 | 1001000 | 111100 | 111011 |
Color Harmonies of #BDD558
Complementary color
Monochromatic Colors of #BDD558
Black with #BDD558
Text Example
Text Example
White with #BDD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD558; }
p { color: rgb(189,213,88); }
H1.HeaderClassName
{
color: #BDD558;
}
.AnyTagClassName
{
color: #BDD558;
}
</style>
background-color css
<style>
a { background-color: #BDD558; }
a { background-color: rgb(189,213,88); }
div.DivClassName
{
background-color: #BDD558;
}
.BgClassName
{
background-color: #BDD558;
}
</style>
border-color css
<style>
span { border-color: #BDD558; }
span { border-color: rgb(189,213,88); }
td.TdClassName
{
border-color: #BDD558;
}
.TagClassName
{
border-color: #BDD558;
}
</style>