Shades of Wild Willow #BDC05E
Tints of Wild Willow #BDC05E
RGB
CMYK
RGB Variations
Color information
#BDC05E (or 0xBDC05E) is known color: Wild Willow. HEX triplet: BD, C0 and 5E. RGB value is (189,192,94). Sum of RGB (Red+Green+Blue) = 189+192+94=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC05E is #423FA1. Grayscale: #B4B4B4. Windows color (decimal): -4341666 or 6209725. OLE color: 6209725.
HSL color Cylindrical-coordinate representation of color #BDC05E: hue angle of 61.84º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDC05E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 94 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.25 |
| HSL | 61.84º | 0.44% | 0.56% | - |
| HSV(B) | 61.84º | 0.51% | 0.75% | - |
| XYZ | 41.86 | 49.33 | 17.9 | - |
| YUV | 179.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 94 | 0.02 | 0 | 0.51 | 0.25 | 61.84 | 0.44 | 0.56 |
| Hex | BD | C0 | 5E | 2 | 0 | 33 | 19 | 3E | 2C | 38 |
| Octal | 275 | 300 | 136 | 2 | 0 | 63 | 31 | 76 | 54 | 70 |
| Binary | 10111101 | 11000000 | 1011110 | 10 | 0 | 110011 | 11001 | 111110 | 101100 | 111000 |
Color Harmonies of #BDC05E
Complementary color
Monochromatic Colors of #BDC05E
Black with #BDC05E
Text Example
Text Example
White with #BDC05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC05E; }
p { color: rgb(189,192,94); }
H1.HeaderClassName
{
color: #BDC05E;
}
.AnyTagClassName
{
color: #BDC05E;
}
</style>
background-color css
<style>
a { background-color: #BDC05E; }
a { background-color: rgb(189,192,94); }
div.DivClassName
{
background-color: #BDC05E;
}
.BgClassName
{
background-color: #BDC05E;
}
</style>
border-color css
<style>
span { border-color: #BDC05E; }
span { border-color: rgb(189,192,94); }
td.TdClassName
{
border-color: #BDC05E;
}
.TagClassName
{
border-color: #BDC05E;
}
</style>