Shades of Wild Willow #BCD154
Tints of Wild Willow #BCD154
RGB
CMYK
RGB Variations
Color information
#BCD154 (or 0xBCD154) is known color: Wild Willow. HEX triplet: BC, D1 and 54. RGB value is (188,209,84). Sum of RGB (Red+Green+Blue) = 188+209+84=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD154 is #432EAB. Grayscale: #BCBCBC. Windows color (decimal): -4402860 or 5558716. OLE color: 5558716.
HSL color Cylindrical-coordinate representation of color #BCD154: hue angle of 70.08º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCD154 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 84 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.18 |
| HSL | 70.08º | 0.58% | 0.57% | - |
| HSV(B) | 70.08º | 0.6% | 0.82% | - |
| XYZ | 45.14 | 56.93 | 17 | - |
| YUV | 188.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 84 | 0.10 | 0 | 0.60 | 0.18 | 70.08 | 0.58 | 0.57 |
| Hex | BC | D1 | 54 | A | 0 | 3C | 12 | 46 | 3A | 39 |
| Octal | 274 | 321 | 124 | 12 | 0 | 74 | 22 | 106 | 72 | 71 |
| Binary | 10111100 | 11010001 | 1010100 | 1010 | 0 | 111100 | 10010 | 1000110 | 111010 | 111001 |
Color Harmonies of #BCD154
Complementary color
Monochromatic Colors of #BCD154
Black with #BCD154
Text Example
Text Example
White with #BCD154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD154; }
p { color: rgb(188,209,84); }
H1.HeaderClassName
{
color: #BCD154;
}
.AnyTagClassName
{
color: #BCD154;
}
</style>
background-color css
<style>
a { background-color: #BCD154; }
a { background-color: rgb(188,209,84); }
div.DivClassName
{
background-color: #BCD154;
}
.BgClassName
{
background-color: #BCD154;
}
</style>
border-color css
<style>
span { border-color: #BCD154; }
span { border-color: rgb(188,209,84); }
td.TdClassName
{
border-color: #BCD154;
}
.TagClassName
{
border-color: #BCD154;
}
</style>