Shades of Wild Willow #BCD15E
Tints of Wild Willow #BCD15E
RGB
CMYK
RGB Variations
Color information
#BCD15E (or 0xBCD15E) is known color: Wild Willow. HEX triplet: BC, D1 and 5E. RGB value is (188,209,94). Sum of RGB (Red+Green+Blue) = 188+209+94=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD15E is #432EA1. Grayscale: #BEBEBE. Windows color (decimal): -4402850 or 6214076. OLE color: 6214076.
HSL color Cylindrical-coordinate representation of color #BCD15E: hue angle of 70.96º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCD15E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 94 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.18 |
| HSL | 70.96º | 0.56% | 0.59% | - |
| HSV(B) | 70.96º | 0.55% | 0.82% | - |
| XYZ | 45.56 | 57.1 | 19.21 | - |
| YUV | 189.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 94 | 0.10 | 0 | 0.55 | 0.18 | 70.96 | 0.56 | 0.59 |
| Hex | BC | D1 | 5E | A | 0 | 37 | 12 | 47 | 38 | 3B |
| Octal | 274 | 321 | 136 | 12 | 0 | 67 | 22 | 107 | 70 | 73 |
| Binary | 10111100 | 11010001 | 1011110 | 1010 | 0 | 110111 | 10010 | 1000111 | 111000 | 111011 |
Color Harmonies of #BCD15E
Complementary color
Monochromatic Colors of #BCD15E
Black with #BCD15E
Text Example
Text Example
White with #BCD15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD15E; }
p { color: rgb(188,209,94); }
H1.HeaderClassName
{
color: #BCD15E;
}
.AnyTagClassName
{
color: #BCD15E;
}
</style>
background-color css
<style>
a { background-color: #BCD15E; }
a { background-color: rgb(188,209,94); }
div.DivClassName
{
background-color: #BCD15E;
}
.BgClassName
{
background-color: #BCD15E;
}
</style>
border-color css
<style>
span { border-color: #BCD15E; }
span { border-color: rgb(188,209,94); }
td.TdClassName
{
border-color: #BCD15E;
}
.TagClassName
{
border-color: #BCD15E;
}
</style>