Shades of Wild Willow #BCD565
Tints of Wild Willow #BCD565
RGB
CMYK
RGB Variations
Color information
#BCD565 (or 0xBCD565) is known color: Wild Willow. HEX triplet: BC, D5 and 65. RGB value is (188,213,101). Sum of RGB (Red+Green+Blue) = 188+213+101=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD565 is #432A9A. Grayscale: #C1C1C1. Windows color (decimal): -4401819 or 6673852. OLE color: 6673852.
HSL color Cylindrical-coordinate representation of color #BCD565: hue angle of 73.39º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCD565 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 101 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.16 |
| HSL | 73.39º | 0.57% | 0.62% | - |
| HSV(B) | 73.39º | 0.53% | 0.84% | - |
| XYZ | 46.88 | 59.22 | 21.27 | - |
| YUV | 192.76 | 76.22 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 101 | 0.12 | 0 | 0.53 | 0.16 | 73.39 | 0.57 | 0.62 |
| Hex | BC | D5 | 65 | C | 0 | 35 | 10 | 49 | 39 | 3E |
| Octal | 274 | 325 | 145 | 14 | 0 | 65 | 20 | 111 | 71 | 76 |
| Binary | 10111100 | 11010101 | 1100101 | 1100 | 0 | 110101 | 10000 | 1001001 | 111001 | 111110 |
Color Harmonies of #BCD565
Complementary color
Monochromatic Colors of #BCD565
Black with #BCD565
Text Example
Text Example
White with #BCD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD565; }
p { color: rgb(188,213,101); }
H1.HeaderClassName
{
color: #BCD565;
}
.AnyTagClassName
{
color: #BCD565;
}
</style>
background-color css
<style>
a { background-color: #BCD565; }
a { background-color: rgb(188,213,101); }
div.DivClassName
{
background-color: #BCD565;
}
.BgClassName
{
background-color: #BCD565;
}
</style>
border-color css
<style>
span { border-color: #BCD565; }
span { border-color: rgb(188,213,101); }
td.TdClassName
{
border-color: #BCD565;
}
.TagClassName
{
border-color: #BCD565;
}
</style>