Shades of Wild Willow #BDC259
Tints of Wild Willow #BDC259
RGB
CMYK
RGB Variations
Color information
#BDC259 (or 0xBDC259) is known color: Wild Willow. HEX triplet: BD, C2 and 59. RGB value is (189,194,89). Sum of RGB (Red+Green+Blue) = 189+194+89=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC259 is #423DA6. Grayscale: #B4B4B4. Windows color (decimal): -4341159 or 5882557. OLE color: 5882557.
HSL color Cylindrical-coordinate representation of color #BDC259: hue angle of 62.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDC259 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 89 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.24 |
| HSL | 62.86º | 0.46% | 0.55% | - |
| HSV(B) | 62.86º | 0.54% | 0.76% | - |
| XYZ | 42.08 | 50.12 | 16.91 | - |
| YUV | 180.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 89 | 0.03 | 0 | 0.54 | 0.24 | 62.86 | 0.46 | 0.55 |
| Hex | BD | C2 | 59 | 3 | 0 | 36 | 18 | 3F | 2E | 37 |
| Octal | 275 | 302 | 131 | 3 | 0 | 66 | 30 | 77 | 56 | 67 |
| Binary | 10111101 | 11000010 | 1011001 | 11 | 0 | 110110 | 11000 | 111111 | 101110 | 110111 |
Color Harmonies of #BDC259
Complementary color
Monochromatic Colors of #BDC259
Black with #BDC259
Text Example
Text Example
White with #BDC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC259; }
p { color: rgb(189,194,89); }
H1.HeaderClassName
{
color: #BDC259;
}
.AnyTagClassName
{
color: #BDC259;
}
</style>
background-color css
<style>
a { background-color: #BDC259; }
a { background-color: rgb(189,194,89); }
div.DivClassName
{
background-color: #BDC259;
}
.BgClassName
{
background-color: #BDC259;
}
</style>
border-color css
<style>
span { border-color: #BDC259; }
span { border-color: rgb(189,194,89); }
td.TdClassName
{
border-color: #BDC259;
}
.TagClassName
{
border-color: #BDC259;
}
</style>