Shades of Wild Willow #BCDB6D
Tints of Wild Willow #BCDB6D
RGB
CMYK
RGB Variations
Color information
#BCDB6D (or 0xBCDB6D) is known color: Wild Willow. HEX triplet: BC, DB and 6D. RGB value is (188,219,109). Sum of RGB (Red+Green+Blue) = 188+219+109=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB6D is #432492. Grayscale: #C5C5C5. Windows color (decimal): -4400275 or 7199676. OLE color: 7199676.
HSL color Cylindrical-coordinate representation of color #BCDB6D: hue angle of 76.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCDB6D is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 109 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.14 |
| HSL | 76.91º | 0.6% | 0.64% | - |
| HSV(B) | 76.91º | 0.5% | 0.86% | - |
| XYZ | 48.83 | 62.46 | 23.95 | - |
| YUV | 197.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 109 | 0.14 | 0 | 0.50 | 0.14 | 76.91 | 0.6 | 0.64 |
| Hex | BC | DB | 6D | E | 0 | 32 | E | 4D | 3C | 40 |
| Octal | 274 | 333 | 155 | 16 | 0 | 62 | 16 | 115 | 74 | 100 |
| Binary | 10111100 | 11011011 | 1101101 | 1110 | 0 | 110010 | 1110 | 1001101 | 111100 | 1000000 |
Color Harmonies of #BCDB6D
Complementary color
Monochromatic Colors of #BCDB6D
Black with #BCDB6D
Text Example
Text Example
White with #BCDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB6D; }
p { color: rgb(188,219,109); }
H1.HeaderClassName
{
color: #BCDB6D;
}
.AnyTagClassName
{
color: #BCDB6D;
}
</style>
background-color css
<style>
a { background-color: #BCDB6D; }
a { background-color: rgb(188,219,109); }
div.DivClassName
{
background-color: #BCDB6D;
}
.BgClassName
{
background-color: #BCDB6D;
}
</style>
border-color css
<style>
span { border-color: #BCDB6D; }
span { border-color: rgb(188,219,109); }
td.TdClassName
{
border-color: #BCDB6D;
}
.TagClassName
{
border-color: #BCDB6D;
}
</style>