Shades of Wild Willow #BCD373
Tints of Wild Willow #BCD373
RGB
CMYK
RGB Variations
Color information
#BCD373 (or 0xBCD373) is known color: Wild Willow. HEX triplet: BC, D3 and 73. RGB value is (188,211,115). Sum of RGB (Red+Green+Blue) = 188+211+115=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD373 is #432C8C. Grayscale: #C1C1C1. Windows color (decimal): -4402317 or 7590844. OLE color: 7590844.
HSL color Cylindrical-coordinate representation of color #BCD373: hue angle of 74.37º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCD373 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 115 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.17 |
| HSL | 74.37º | 0.52% | 0.64% | - |
| HSV(B) | 74.37º | 0.45% | 0.83% | - |
| XYZ | 47.13 | 58.52 | 25.03 | - |
| YUV | 193.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 115 | 0.11 | 0 | 0.45 | 0.17 | 74.37 | 0.52 | 0.64 |
| Hex | BC | D3 | 73 | B | 0 | 2D | 11 | 4A | 34 | 40 |
| Octal | 274 | 323 | 163 | 13 | 0 | 55 | 21 | 112 | 64 | 100 |
| Binary | 10111100 | 11010011 | 1110011 | 1011 | 0 | 101101 | 10001 | 1001010 | 110100 | 1000000 |
Color Harmonies of #BCD373
Complementary color
Monochromatic Colors of #BCD373
Black with #BCD373
Text Example
Text Example
White with #BCD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD373; }
p { color: rgb(188,211,115); }
H1.HeaderClassName
{
color: #BCD373;
}
.AnyTagClassName
{
color: #BCD373;
}
</style>
background-color css
<style>
a { background-color: #BCD373; }
a { background-color: rgb(188,211,115); }
div.DivClassName
{
background-color: #BCD373;
}
.BgClassName
{
background-color: #BCD373;
}
</style>
border-color css
<style>
span { border-color: #BCD373; }
span { border-color: rgb(188,211,115); }
td.TdClassName
{
border-color: #BCD373;
}
.TagClassName
{
border-color: #BCD373;
}
</style>