Shades of Wild Willow #BCD85E
Tints of Wild Willow #BCD85E
RGB
CMYK
RGB Variations
Color information
#BCD85E (or 0xBCD85E) is known color: Wild Willow. HEX triplet: BC, D8 and 5E. RGB value is (188,216,94). Sum of RGB (Red+Green+Blue) = 188+216+94=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD85E is #4327A1. Grayscale: #C2C2C2. Windows color (decimal): -4401058 or 6215868. OLE color: 6215868.
HSL color Cylindrical-coordinate representation of color #BCD85E: hue angle of 73.77º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCD85E is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 94 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.15 |
| HSL | 73.77º | 0.61% | 0.61% | - |
| HSV(B) | 73.77º | 0.56% | 0.85% | - |
| XYZ | 47.32 | 60.61 | 19.8 | - |
| YUV | 193.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 94 | 0.13 | 0 | 0.56 | 0.15 | 73.77 | 0.61 | 0.61 |
| Hex | BC | D8 | 5E | D | 0 | 38 | F | 4A | 3D | 3D |
| Octal | 274 | 330 | 136 | 15 | 0 | 70 | 17 | 112 | 75 | 75 |
| Binary | 10111100 | 11011000 | 1011110 | 1101 | 0 | 111000 | 1111 | 1001010 | 111101 | 111101 |
Color Harmonies of #BCD85E
Complementary color
Monochromatic Colors of #BCD85E
Black with #BCD85E
Text Example
Text Example
White with #BCD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD85E; }
p { color: rgb(188,216,94); }
H1.HeaderClassName
{
color: #BCD85E;
}
.AnyTagClassName
{
color: #BCD85E;
}
</style>
background-color css
<style>
a { background-color: #BCD85E; }
a { background-color: rgb(188,216,94); }
div.DivClassName
{
background-color: #BCD85E;
}
.BgClassName
{
background-color: #BCD85E;
}
</style>
border-color css
<style>
span { border-color: #BCD85E; }
span { border-color: rgb(188,216,94); }
td.TdClassName
{
border-color: #BCD85E;
}
.TagClassName
{
border-color: #BCD85E;
}
</style>