Shades of Wild Willow #BCD55F
Tints of Wild Willow #BCD55F
RGB
CMYK
RGB Variations
Color information
#BCD55F (or 0xBCD55F) is known color: Wild Willow. HEX triplet: BC, D5 and 5F. RGB value is (188,213,95). Sum of RGB (Red+Green+Blue) = 188+213+95=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD55F is #432AA0. Grayscale: #C0C0C0. Windows color (decimal): -4401825 or 6280636. OLE color: 6280636.
HSL color Cylindrical-coordinate representation of color #BCD55F: hue angle of 72.71º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCD55F is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 95 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.16 |
| HSL | 72.71º | 0.58% | 0.6% | - |
| HSV(B) | 72.71º | 0.55% | 0.84% | - |
| XYZ | 46.6 | 59.11 | 19.78 | - |
| YUV | 192.07 | 73.22 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 95 | 0.12 | 0 | 0.55 | 0.16 | 72.71 | 0.58 | 0.6 |
| Hex | BC | D5 | 5F | C | 0 | 37 | 10 | 49 | 3A | 3C |
| Octal | 274 | 325 | 137 | 14 | 0 | 67 | 20 | 111 | 72 | 74 |
| Binary | 10111100 | 11010101 | 1011111 | 1100 | 0 | 110111 | 10000 | 1001001 | 111010 | 111100 |
Color Harmonies of #BCD55F
Complementary color
Monochromatic Colors of #BCD55F
Black with #BCD55F
Text Example
Text Example
White with #BCD55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD55F; }
p { color: rgb(188,213,95); }
H1.HeaderClassName
{
color: #BCD55F;
}
.AnyTagClassName
{
color: #BCD55F;
}
</style>
background-color css
<style>
a { background-color: #BCD55F; }
a { background-color: rgb(188,213,95); }
div.DivClassName
{
background-color: #BCD55F;
}
.BgClassName
{
background-color: #BCD55F;
}
</style>
border-color css
<style>
span { border-color: #BCD55F; }
span { border-color: rgb(188,213,95); }
td.TdClassName
{
border-color: #BCD55F;
}
.TagClassName
{
border-color: #BCD55F;
}
</style>