Shades of Wild Willow #BCD15F
Tints of Wild Willow #BCD15F
RGB
CMYK
RGB Variations
Color information
#BCD15F (or 0xBCD15F) is known color: Wild Willow. HEX triplet: BC, D1 and 5F. RGB value is (188,209,95). Sum of RGB (Red+Green+Blue) = 188+209+95=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD15F is #432EA0. Grayscale: #BEBEBE. Windows color (decimal): -4402849 or 6279612. OLE color: 6279612.
HSL color Cylindrical-coordinate representation of color #BCD15F: hue angle of 71.05º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCD15F is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 95 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.18 |
| HSL | 71.05º | 0.55% | 0.6% | - |
| HSV(B) | 71.05º | 0.55% | 0.82% | - |
| XYZ | 45.61 | 57.12 | 19.45 | - |
| YUV | 189.73 | 74.54 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 95 | 0.10 | 0 | 0.55 | 0.18 | 71.05 | 0.55 | 0.6 |
| Hex | BC | D1 | 5F | A | 0 | 37 | 12 | 47 | 37 | 3C |
| Octal | 274 | 321 | 137 | 12 | 0 | 67 | 22 | 107 | 67 | 74 |
| Binary | 10111100 | 11010001 | 1011111 | 1010 | 0 | 110111 | 10010 | 1000111 | 110111 | 111100 |
Color Harmonies of #BCD15F
Complementary color
Monochromatic Colors of #BCD15F
Black with #BCD15F
Text Example
Text Example
White with #BCD15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD15F; }
p { color: rgb(188,209,95); }
H1.HeaderClassName
{
color: #BCD15F;
}
.AnyTagClassName
{
color: #BCD15F;
}
</style>
background-color css
<style>
a { background-color: #BCD15F; }
a { background-color: rgb(188,209,95); }
div.DivClassName
{
background-color: #BCD15F;
}
.BgClassName
{
background-color: #BCD15F;
}
</style>
border-color css
<style>
span { border-color: #BCD15F; }
span { border-color: rgb(188,209,95); }
td.TdClassName
{
border-color: #BCD15F;
}
.TagClassName
{
border-color: #BCD15F;
}
</style>