Shades of Wild Willow #BCD35E
Tints of Wild Willow #BCD35E
RGB
CMYK
RGB Variations
Color information
#BCD35E (or 0xBCD35E) is known color: Wild Willow. HEX triplet: BC, D3 and 5E. RGB value is (188,211,94). Sum of RGB (Red+Green+Blue) = 188+211+94=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD35E is #432CA1. Grayscale: #BFBFBF. Windows color (decimal): -4402338 or 6214588. OLE color: 6214588.
HSL color Cylindrical-coordinate representation of color #BCD35E: hue angle of 71.79º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCD35E is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 94 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.17 |
| HSL | 71.79º | 0.57% | 0.6% | - |
| HSV(B) | 71.79º | 0.55% | 0.83% | - |
| XYZ | 46.05 | 58.09 | 19.37 | - |
| YUV | 190.79 | 73.38 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 94 | 0.11 | 0 | 0.55 | 0.17 | 71.79 | 0.57 | 0.6 |
| Hex | BC | D3 | 5E | B | 0 | 37 | 11 | 48 | 39 | 3C |
| Octal | 274 | 323 | 136 | 13 | 0 | 67 | 21 | 110 | 71 | 74 |
| Binary | 10111100 | 11010011 | 1011110 | 1011 | 0 | 110111 | 10001 | 1001000 | 111001 | 111100 |
Color Harmonies of #BCD35E
Complementary color
Monochromatic Colors of #BCD35E
Black with #BCD35E
Text Example
Text Example
White with #BCD35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD35E; }
p { color: rgb(188,211,94); }
H1.HeaderClassName
{
color: #BCD35E;
}
.AnyTagClassName
{
color: #BCD35E;
}
</style>
background-color css
<style>
a { background-color: #BCD35E; }
a { background-color: rgb(188,211,94); }
div.DivClassName
{
background-color: #BCD35E;
}
.BgClassName
{
background-color: #BCD35E;
}
</style>
border-color css
<style>
span { border-color: #BCD35E; }
span { border-color: rgb(188,211,94); }
td.TdClassName
{
border-color: #BCD35E;
}
.TagClassName
{
border-color: #BCD35E;
}
</style>