Shades of Wild Willow #BDC559
Tints of Wild Willow #BDC559
RGB
CMYK
RGB Variations
Color information
#BDC559 (or 0xBDC559) is known color: Wild Willow. HEX triplet: BD, C5 and 59. RGB value is (189,197,89). Sum of RGB (Red+Green+Blue) = 189+197+89=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC559 is #423AA6. Grayscale: #B6B6B6. Windows color (decimal): -4340391 or 5883325. OLE color: 5883325.
HSL color Cylindrical-coordinate representation of color #BDC559: hue angle of 64.44º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDC559 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 89 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.23 |
| HSL | 64.44º | 0.48% | 0.56% | - |
| HSV(B) | 64.44º | 0.55% | 0.77% | - |
| XYZ | 42.76 | 51.47 | 17.13 | - |
| YUV | 182.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 89 | 0.04 | 0 | 0.55 | 0.23 | 64.44 | 0.48 | 0.56 |
| Hex | BD | C5 | 59 | 4 | 0 | 37 | 17 | 40 | 30 | 38 |
| Octal | 275 | 305 | 131 | 4 | 0 | 67 | 27 | 100 | 60 | 70 |
| Binary | 10111101 | 11000101 | 1011001 | 100 | 0 | 110111 | 10111 | 1000000 | 110000 | 111000 |
Color Harmonies of #BDC559
Complementary color
Monochromatic Colors of #BDC559
Black with #BDC559
Text Example
Text Example
White with #BDC559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC559; }
p { color: rgb(189,197,89); }
H1.HeaderClassName
{
color: #BDC559;
}
.AnyTagClassName
{
color: #BDC559;
}
</style>
background-color css
<style>
a { background-color: #BDC559; }
a { background-color: rgb(189,197,89); }
div.DivClassName
{
background-color: #BDC559;
}
.BgClassName
{
background-color: #BDC559;
}
</style>
border-color css
<style>
span { border-color: #BDC559; }
span { border-color: rgb(189,197,89); }
td.TdClassName
{
border-color: #BDC559;
}
.TagClassName
{
border-color: #BDC559;
}
</style>