Shades of Wild Willow #BCD16D
Tints of Wild Willow #BCD16D
RGB
CMYK
RGB Variations
Color information
#BCD16D (or 0xBCD16D) is known color: Wild Willow. HEX triplet: BC, D1 and 6D. RGB value is (188,209,109). Sum of RGB (Red+Green+Blue) = 188+209+109=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD16D is #432E92. Grayscale: #BFBFBF. Windows color (decimal): -4402835 or 7197116. OLE color: 7197116.
HSL color Cylindrical-coordinate representation of color #BCD16D: hue angle of 72.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCD16D is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 109 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.18 |
| HSL | 72.6º | 0.52% | 0.62% | - |
| HSV(B) | 72.6º | 0.48% | 0.82% | - |
| XYZ | 46.3 | 57.4 | 23.11 | - |
| YUV | 191.32 | 81.54 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 109 | 0.10 | 0 | 0.48 | 0.18 | 72.6 | 0.52 | 0.62 |
| Hex | BC | D1 | 6D | A | 0 | 30 | 12 | 49 | 34 | 3E |
| Octal | 274 | 321 | 155 | 12 | 0 | 60 | 22 | 111 | 64 | 76 |
| Binary | 10111100 | 11010001 | 1101101 | 1010 | 0 | 110000 | 10010 | 1001001 | 110100 | 111110 |
Color Harmonies of #BCD16D
Complementary color
Monochromatic Colors of #BCD16D
Black with #BCD16D
Text Example
Text Example
White with #BCD16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD16D; }
p { color: rgb(188,209,109); }
H1.HeaderClassName
{
color: #BCD16D;
}
.AnyTagClassName
{
color: #BCD16D;
}
</style>
background-color css
<style>
a { background-color: #BCD16D; }
a { background-color: rgb(188,209,109); }
div.DivClassName
{
background-color: #BCD16D;
}
.BgClassName
{
background-color: #BCD16D;
}
</style>
border-color css
<style>
span { border-color: #BCD16D; }
span { border-color: rgb(188,209,109); }
td.TdClassName
{
border-color: #BCD16D;
}
.TagClassName
{
border-color: #BCD16D;
}
</style>