Shades of Wild Willow #BCD564
Tints of Wild Willow #BCD564
RGB
CMYK
RGB Variations
Color information
#BCD564 (or 0xBCD564) is known color: Wild Willow. HEX triplet: BC, D5 and 64. RGB value is (188,213,100). Sum of RGB (Red+Green+Blue) = 188+213+100=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD564 is #432A9B. Grayscale: #C1C1C1. Windows color (decimal): -4401820 or 6608316. OLE color: 6608316.
HSL color Cylindrical-coordinate representation of color #BCD564: hue angle of 73.27º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCD564 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 100 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.16 |
| HSL | 73.27º | 0.57% | 0.61% | - |
| HSV(B) | 73.27º | 0.53% | 0.84% | - |
| XYZ | 46.83 | 59.2 | 21.01 | - |
| YUV | 192.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 100 | 0.12 | 0 | 0.53 | 0.16 | 73.27 | 0.57 | 0.61 |
| Hex | BC | D5 | 64 | C | 0 | 35 | 10 | 49 | 39 | 3D |
| Octal | 274 | 325 | 144 | 14 | 0 | 65 | 20 | 111 | 71 | 75 |
| Binary | 10111100 | 11010101 | 1100100 | 1100 | 0 | 110101 | 10000 | 1001001 | 111001 | 111101 |
Color Harmonies of #BCD564
Complementary color
Monochromatic Colors of #BCD564
Black with #BCD564
Text Example
Text Example
White with #BCD564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD564; }
p { color: rgb(188,213,100); }
H1.HeaderClassName
{
color: #BCD564;
}
.AnyTagClassName
{
color: #BCD564;
}
</style>
background-color css
<style>
a { background-color: #BCD564; }
a { background-color: rgb(188,213,100); }
div.DivClassName
{
background-color: #BCD564;
}
.BgClassName
{
background-color: #BCD564;
}
</style>
border-color css
<style>
span { border-color: #BCD564; }
span { border-color: rgb(188,213,100); }
td.TdClassName
{
border-color: #BCD564;
}
.TagClassName
{
border-color: #BCD564;
}
</style>