Shades of Wild Willow #BDC55F
Tints of Wild Willow #BDC55F
RGB
CMYK
RGB Variations
Color information
#BDC55F (or 0xBDC55F) is known color: Wild Willow. HEX triplet: BD, C5 and 5F. RGB value is (189,197,95). Sum of RGB (Red+Green+Blue) = 189+197+95=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC55F is #423AA0. Grayscale: #B7B7B7. Windows color (decimal): -4340385 or 6276541. OLE color: 6276541.
HSL color Cylindrical-coordinate representation of color #BDC55F: hue angle of 64.71º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDC55F is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 95 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.23 |
| HSL | 64.71º | 0.47% | 0.57% | - |
| HSV(B) | 64.71º | 0.52% | 0.77% | - |
| XYZ | 43.02 | 51.58 | 18.51 | - |
| YUV | 182.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 95 | 0.04 | 0 | 0.52 | 0.23 | 64.71 | 0.47 | 0.57 |
| Hex | BD | C5 | 5F | 4 | 0 | 34 | 17 | 41 | 2F | 39 |
| Octal | 275 | 305 | 137 | 4 | 0 | 64 | 27 | 101 | 57 | 71 |
| Binary | 10111101 | 11000101 | 1011111 | 100 | 0 | 110100 | 10111 | 1000001 | 101111 | 111001 |
Color Harmonies of #BDC55F
Complementary color
Monochromatic Colors of #BDC55F
Black with #BDC55F
Text Example
Text Example
White with #BDC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC55F; }
p { color: rgb(189,197,95); }
H1.HeaderClassName
{
color: #BDC55F;
}
.AnyTagClassName
{
color: #BDC55F;
}
</style>
background-color css
<style>
a { background-color: #BDC55F; }
a { background-color: rgb(189,197,95); }
div.DivClassName
{
background-color: #BDC55F;
}
.BgClassName
{
background-color: #BDC55F;
}
</style>
border-color css
<style>
span { border-color: #BDC55F; }
span { border-color: rgb(189,197,95); }
td.TdClassName
{
border-color: #BDC55F;
}
.TagClassName
{
border-color: #BDC55F;
}
</style>