Shades of Wild Willow #BCD355
Tints of Wild Willow #BCD355
RGB
CMYK
RGB Variations
Color information
#BCD355 (or 0xBCD355) is known color: Wild Willow. HEX triplet: BC, D3 and 55. RGB value is (188,211,85). Sum of RGB (Red+Green+Blue) = 188+211+85=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD355 is #432CAA. Grayscale: #BEBEBE. Windows color (decimal): -4402347 or 5624764. OLE color: 5624764.
HSL color Cylindrical-coordinate representation of color #BCD355: hue angle of 70.95º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCD355 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 85 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.17 |
| HSL | 70.95º | 0.59% | 0.58% | - |
| HSV(B) | 70.95º | 0.6% | 0.83% | - |
| XYZ | 45.67 | 57.94 | 17.37 | - |
| YUV | 189.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 85 | 0.11 | 0 | 0.60 | 0.17 | 70.95 | 0.59 | 0.58 |
| Hex | BC | D3 | 55 | B | 0 | 3C | 11 | 47 | 3B | 3A |
| Octal | 274 | 323 | 125 | 13 | 0 | 74 | 21 | 107 | 73 | 72 |
| Binary | 10111100 | 11010011 | 1010101 | 1011 | 0 | 111100 | 10001 | 1000111 | 111011 | 111010 |
Color Harmonies of #BCD355
Complementary color
Monochromatic Colors of #BCD355
Black with #BCD355
Text Example
Text Example
White with #BCD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD355; }
p { color: rgb(188,211,85); }
H1.HeaderClassName
{
color: #BCD355;
}
.AnyTagClassName
{
color: #BCD355;
}
</style>
background-color css
<style>
a { background-color: #BCD355; }
a { background-color: rgb(188,211,85); }
div.DivClassName
{
background-color: #BCD355;
}
.BgClassName
{
background-color: #BCD355;
}
</style>
border-color css
<style>
span { border-color: #BCD355; }
span { border-color: rgb(188,211,85); }
td.TdClassName
{
border-color: #BCD355;
}
.TagClassName
{
border-color: #BCD355;
}
</style>