Shades of Wild Willow #BCD15D
Tints of Wild Willow #BCD15D
RGB
CMYK
RGB Variations
Color information
#BCD15D (or 0xBCD15D) is known color: Wild Willow. HEX triplet: BC, D1 and 5D. RGB value is (188,209,93). Sum of RGB (Red+Green+Blue) = 188+209+93=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD15D is #432EA2. Grayscale: #BDBDBD. Windows color (decimal): -4402851 or 6148540. OLE color: 6148540.
HSL color Cylindrical-coordinate representation of color #BCD15D: hue angle of 70.86º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCD15D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 93 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.18 |
| HSL | 70.86º | 0.56% | 0.59% | - |
| HSV(B) | 70.86º | 0.56% | 0.82% | - |
| XYZ | 45.52 | 57.08 | 18.98 | - |
| YUV | 189.5 | 73.54 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 93 | 0.10 | 0 | 0.56 | 0.18 | 70.86 | 0.56 | 0.59 |
| Hex | BC | D1 | 5D | A | 0 | 38 | 12 | 47 | 38 | 3B |
| Octal | 274 | 321 | 135 | 12 | 0 | 70 | 22 | 107 | 70 | 73 |
| Binary | 10111100 | 11010001 | 1011101 | 1010 | 0 | 111000 | 10010 | 1000111 | 111000 | 111011 |
Color Harmonies of #BCD15D
Complementary color
Monochromatic Colors of #BCD15D
Black with #BCD15D
Text Example
Text Example
White with #BCD15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD15D; }
p { color: rgb(188,209,93); }
H1.HeaderClassName
{
color: #BCD15D;
}
.AnyTagClassName
{
color: #BCD15D;
}
</style>
background-color css
<style>
a { background-color: #BCD15D; }
a { background-color: rgb(188,209,93); }
div.DivClassName
{
background-color: #BCD15D;
}
.BgClassName
{
background-color: #BCD15D;
}
</style>
border-color css
<style>
span { border-color: #BCD15D; }
span { border-color: rgb(188,209,93); }
td.TdClassName
{
border-color: #BCD15D;
}
.TagClassName
{
border-color: #BCD15D;
}
</style>