Shades of Wild Willow #BCDA6D
Tints of Wild Willow #BCDA6D
RGB
CMYK
RGB Variations
Color information
#BCDA6D (or 0xBCDA6D) is known color: Wild Willow. HEX triplet: BC, DA and 6D. RGB value is (188,218,109). Sum of RGB (Red+Green+Blue) = 188+218+109=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA6D is #432592. Grayscale: #C5C5C5. Windows color (decimal): -4400531 or 7199420. OLE color: 7199420.
HSL color Cylindrical-coordinate representation of color #BCDA6D: hue angle of 76.51º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCDA6D is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 109 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.15 |
| HSL | 76.51º | 0.6% | 0.64% | - |
| HSV(B) | 76.51º | 0.5% | 0.85% | - |
| XYZ | 48.57 | 61.94 | 23.86 | - |
| YUV | 196.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 109 | 0.14 | 0 | 0.5 | 0.15 | 76.51 | 0.6 | 0.64 |
| Hex | BC | DA | 6D | E | 0 | 32 | F | 4D | 3C | 40 |
| Octal | 274 | 332 | 155 | 16 | 0 | 62 | 17 | 115 | 74 | 100 |
| Binary | 10111100 | 11011010 | 1101101 | 1110 | 0 | 110010 | 1111 | 1001101 | 111100 | 1000000 |
Color Harmonies of #BCDA6D
Complementary color
Monochromatic Colors of #BCDA6D
Black with #BCDA6D
Text Example
Text Example
White with #BCDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA6D; }
p { color: rgb(188,218,109); }
H1.HeaderClassName
{
color: #BCDA6D;
}
.AnyTagClassName
{
color: #BCDA6D;
}
</style>
background-color css
<style>
a { background-color: #BCDA6D; }
a { background-color: rgb(188,218,109); }
div.DivClassName
{
background-color: #BCDA6D;
}
.BgClassName
{
background-color: #BCDA6D;
}
</style>
border-color css
<style>
span { border-color: #BCDA6D; }
span { border-color: rgb(188,218,109); }
td.TdClassName
{
border-color: #BCDA6D;
}
.TagClassName
{
border-color: #BCDA6D;
}
</style>