Shades of Wild Willow #BDC55D
Tints of Wild Willow #BDC55D
RGB
CMYK
RGB Variations
Color information
#BDC55D (or 0xBDC55D) is known color: Wild Willow. HEX triplet: BD, C5 and 5D. RGB value is (189,197,93). Sum of RGB (Red+Green+Blue) = 189+197+93=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC55D is #423AA2. Grayscale: #B7B7B7. Windows color (decimal): -4340387 or 6145469. OLE color: 6145469.
HSL color Cylindrical-coordinate representation of color #BDC55D: hue angle of 64.62º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDC55D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 93 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.23 |
| HSL | 64.62º | 0.47% | 0.57% | - |
| HSV(B) | 64.62º | 0.53% | 0.77% | - |
| XYZ | 42.93 | 51.54 | 18.04 | - |
| YUV | 182.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 93 | 0.04 | 0 | 0.53 | 0.23 | 64.62 | 0.47 | 0.57 |
| Hex | BD | C5 | 5D | 4 | 0 | 35 | 17 | 41 | 2F | 39 |
| Octal | 275 | 305 | 135 | 4 | 0 | 65 | 27 | 101 | 57 | 71 |
| Binary | 10111101 | 11000101 | 1011101 | 100 | 0 | 110101 | 10111 | 1000001 | 101111 | 111001 |
Color Harmonies of #BDC55D
Complementary color
Monochromatic Colors of #BDC55D
Black with #BDC55D
Text Example
Text Example
White with #BDC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC55D; }
p { color: rgb(189,197,93); }
H1.HeaderClassName
{
color: #BDC55D;
}
.AnyTagClassName
{
color: #BDC55D;
}
</style>
background-color css
<style>
a { background-color: #BDC55D; }
a { background-color: rgb(189,197,93); }
div.DivClassName
{
background-color: #BDC55D;
}
.BgClassName
{
background-color: #BDC55D;
}
</style>
border-color css
<style>
span { border-color: #BDC55D; }
span { border-color: rgb(189,197,93); }
td.TdClassName
{
border-color: #BDC55D;
}
.TagClassName
{
border-color: #BDC55D;
}
</style>