Shades of Wild Willow #BDC55C
Tints of Wild Willow #BDC55C
RGB
CMYK
RGB Variations
Color information
#BDC55C (or 0xBDC55C) is known color: Wild Willow. HEX triplet: BD, C5 and 5C. RGB value is (189,197,92). Sum of RGB (Red+Green+Blue) = 189+197+92=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC55C is #423AA3. Grayscale: #B7B7B7. Windows color (decimal): -4340388 or 6079933. OLE color: 6079933.
HSL color Cylindrical-coordinate representation of color #BDC55C: hue angle of 64.57º degrees, saturation: 0.48, 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 #BDC55C is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 92 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.23 |
| HSL | 64.57º | 0.48% | 0.57% | - |
| HSV(B) | 64.57º | 0.53% | 0.77% | - |
| XYZ | 42.88 | 51.52 | 17.81 | - |
| YUV | 182.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 92 | 0.04 | 0 | 0.53 | 0.23 | 64.57 | 0.48 | 0.57 |
| Hex | BD | C5 | 5C | 4 | 0 | 35 | 17 | 41 | 30 | 39 |
| Octal | 275 | 305 | 134 | 4 | 0 | 65 | 27 | 101 | 60 | 71 |
| Binary | 10111101 | 11000101 | 1011100 | 100 | 0 | 110101 | 10111 | 1000001 | 110000 | 111001 |
Color Harmonies of #BDC55C
Complementary color
Monochromatic Colors of #BDC55C
Black with #BDC55C
Text Example
Text Example
White with #BDC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC55C; }
p { color: rgb(189,197,92); }
H1.HeaderClassName
{
color: #BDC55C;
}
.AnyTagClassName
{
color: #BDC55C;
}
</style>
background-color css
<style>
a { background-color: #BDC55C; }
a { background-color: rgb(189,197,92); }
div.DivClassName
{
background-color: #BDC55C;
}
.BgClassName
{
background-color: #BDC55C;
}
</style>
border-color css
<style>
span { border-color: #BDC55C; }
span { border-color: rgb(189,197,92); }
td.TdClassName
{
border-color: #BDC55C;
}
.TagClassName
{
border-color: #BDC55C;
}
</style>