Shades of Wild Willow #BCD561
Tints of Wild Willow #BCD561
RGB
CMYK
RGB Variations
Color information
#BCD561 (or 0xBCD561) is known color: Wild Willow. HEX triplet: BC, D5 and 61. RGB value is (188,213,97). Sum of RGB (Red+Green+Blue) = 188+213+97=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD561 is #432A9E. Grayscale: #C0C0C0. Windows color (decimal): -4401823 or 6411708. OLE color: 6411708.
HSL color Cylindrical-coordinate representation of color #BCD561: hue angle of 72.93º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCD561 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 97 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.16 |
| HSL | 72.93º | 0.58% | 0.61% | - |
| HSV(B) | 72.93º | 0.54% | 0.84% | - |
| XYZ | 46.69 | 59.14 | 20.26 | - |
| YUV | 192.3 | 74.22 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 97 | 0.12 | 0 | 0.54 | 0.16 | 72.93 | 0.58 | 0.61 |
| Hex | BC | D5 | 61 | C | 0 | 36 | 10 | 49 | 3A | 3D |
| Octal | 274 | 325 | 141 | 14 | 0 | 66 | 20 | 111 | 72 | 75 |
| Binary | 10111100 | 11010101 | 1100001 | 1100 | 0 | 110110 | 10000 | 1001001 | 111010 | 111101 |
Color Harmonies of #BCD561
Complementary color
Monochromatic Colors of #BCD561
Black with #BCD561
Text Example
Text Example
White with #BCD561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD561; }
p { color: rgb(188,213,97); }
H1.HeaderClassName
{
color: #BCD561;
}
.AnyTagClassName
{
color: #BCD561;
}
</style>
background-color css
<style>
a { background-color: #BCD561; }
a { background-color: rgb(188,213,97); }
div.DivClassName
{
background-color: #BCD561;
}
.BgClassName
{
background-color: #BCD561;
}
</style>
border-color css
<style>
span { border-color: #BCD561; }
span { border-color: rgb(188,213,97); }
td.TdClassName
{
border-color: #BCD561;
}
.TagClassName
{
border-color: #BCD561;
}
</style>