Shades of Wild Willow #BDC456
Tints of Wild Willow #BDC456
RGB
CMYK
RGB Variations
Color information
#BDC456 (or 0xBDC456) is known color: Wild Willow. HEX triplet: BD, C4 and 56. RGB value is (189,196,86). Sum of RGB (Red+Green+Blue) = 189+196+86=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC456 is #423BA9. Grayscale: #B5B5B5. Windows color (decimal): -4340650 or 5686461. OLE color: 5686461.
HSL color Cylindrical-coordinate representation of color #BDC456: hue angle of 63.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDC456 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 86 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.23 |
| HSL | 63.82º | 0.48% | 0.55% | - |
| HSV(B) | 63.82º | 0.56% | 0.77% | - |
| XYZ | 42.41 | 50.97 | 16.41 | - |
| YUV | 181.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 86 | 0.04 | 0 | 0.56 | 0.23 | 63.82 | 0.48 | 0.55 |
| Hex | BD | C4 | 56 | 4 | 0 | 38 | 17 | 40 | 30 | 37 |
| Octal | 275 | 304 | 126 | 4 | 0 | 70 | 27 | 100 | 60 | 67 |
| Binary | 10111101 | 11000100 | 1010110 | 100 | 0 | 111000 | 10111 | 1000000 | 110000 | 110111 |
Color Harmonies of #BDC456
Complementary color
Monochromatic Colors of #BDC456
Black with #BDC456
Text Example
Text Example
White with #BDC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC456; }
p { color: rgb(189,196,86); }
H1.HeaderClassName
{
color: #BDC456;
}
.AnyTagClassName
{
color: #BDC456;
}
</style>
background-color css
<style>
a { background-color: #BDC456; }
a { background-color: rgb(189,196,86); }
div.DivClassName
{
background-color: #BDC456;
}
.BgClassName
{
background-color: #BDC456;
}
</style>
border-color css
<style>
span { border-color: #BDC456; }
span { border-color: rgb(189,196,86); }
td.TdClassName
{
border-color: #BDC456;
}
.TagClassName
{
border-color: #BDC456;
}
</style>