Shades of Wild Willow #BCD160
Tints of Wild Willow #BCD160
RGB
CMYK
RGB Variations
Color information
#BCD160 (or 0xBCD160) is known color: Wild Willow. HEX triplet: BC, D1 and 60. RGB value is (188,209,96). Sum of RGB (Red+Green+Blue) = 188+209+96=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD160 is #432E9F. Grayscale: #BEBEBE. Windows color (decimal): -4402848 or 6345148. OLE color: 6345148.
HSL color Cylindrical-coordinate representation of color #BCD160: hue angle of 71.15º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCD160 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 96 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.18 |
| HSL | 71.15º | 0.55% | 0.6% | - |
| HSV(B) | 71.15º | 0.54% | 0.82% | - |
| XYZ | 45.65 | 57.14 | 19.69 | - |
| YUV | 189.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 96 | 0.10 | 0 | 0.54 | 0.18 | 71.15 | 0.55 | 0.6 |
| Hex | BC | D1 | 60 | A | 0 | 36 | 12 | 47 | 37 | 3C |
| Octal | 274 | 321 | 140 | 12 | 0 | 66 | 22 | 107 | 67 | 74 |
| Binary | 10111100 | 11010001 | 1100000 | 1010 | 0 | 110110 | 10010 | 1000111 | 110111 | 111100 |
Color Harmonies of #BCD160
Complementary color
Monochromatic Colors of #BCD160
Black with #BCD160
Text Example
Text Example
White with #BCD160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD160; }
p { color: rgb(188,209,96); }
H1.HeaderClassName
{
color: #BCD160;
}
.AnyTagClassName
{
color: #BCD160;
}
</style>
background-color css
<style>
a { background-color: #BCD160; }
a { background-color: rgb(188,209,96); }
div.DivClassName
{
background-color: #BCD160;
}
.BgClassName
{
background-color: #BCD160;
}
</style>
border-color css
<style>
span { border-color: #BCD160; }
span { border-color: rgb(188,209,96); }
td.TdClassName
{
border-color: #BCD160;
}
.TagClassName
{
border-color: #BCD160;
}
</style>