Shades of Wild Willow #BCDB6C
Tints of Wild Willow #BCDB6C
RGB
CMYK
RGB Variations
Color information
#BCDB6C (or 0xBCDB6C) is known color: Wild Willow. HEX triplet: BC, DB and 6C. RGB value is (188,219,108). Sum of RGB (Red+Green+Blue) = 188+219+108=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB6C is #432493. Grayscale: #C5C5C5. Windows color (decimal): -4400276 or 7134140. OLE color: 7134140.
HSL color Cylindrical-coordinate representation of color #BCDB6C: hue angle of 76.76º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCDB6C is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 108 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.14 |
| HSL | 76.76º | 0.61% | 0.64% | - |
| HSV(B) | 76.76º | 0.51% | 0.86% | - |
| XYZ | 48.78 | 62.44 | 23.67 | - |
| YUV | 197.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 108 | 0.14 | 0 | 0.51 | 0.14 | 76.76 | 0.61 | 0.64 |
| Hex | BC | DB | 6C | E | 0 | 33 | E | 4D | 3D | 40 |
| Octal | 274 | 333 | 154 | 16 | 0 | 63 | 16 | 115 | 75 | 100 |
| Binary | 10111100 | 11011011 | 1101100 | 1110 | 0 | 110011 | 1110 | 1001101 | 111101 | 1000000 |
Color Harmonies of #BCDB6C
Complementary color
Monochromatic Colors of #BCDB6C
Black with #BCDB6C
Text Example
Text Example
White with #BCDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB6C; }
p { color: rgb(188,219,108); }
H1.HeaderClassName
{
color: #BCDB6C;
}
.AnyTagClassName
{
color: #BCDB6C;
}
</style>
background-color css
<style>
a { background-color: #BCDB6C; }
a { background-color: rgb(188,219,108); }
div.DivClassName
{
background-color: #BCDB6C;
}
.BgClassName
{
background-color: #BCDB6C;
}
</style>
border-color css
<style>
span { border-color: #BCDB6C; }
span { border-color: rgb(188,219,108); }
td.TdClassName
{
border-color: #BCDB6C;
}
.TagClassName
{
border-color: #BCDB6C;
}
</style>