Shades of Wild Willow #BCDA66
Tints of Wild Willow #BCDA66
RGB
CMYK
RGB Variations
Color information
#BCDA66 (or 0xBCDA66) is known color: Wild Willow. HEX triplet: BC, DA and 66. RGB value is (188,218,102). Sum of RGB (Red+Green+Blue) = 188+218+102=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA66 is #432599. Grayscale: #C4C4C4. Windows color (decimal): -4400538 or 6740668. OLE color: 6740668.
HSL color Cylindrical-coordinate representation of color #BCDA66: hue angle of 75.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCDA66 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 102 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.15 |
| HSL | 75.52º | 0.61% | 0.63% | - |
| HSV(B) | 75.52º | 0.53% | 0.85% | - |
| XYZ | 48.21 | 61.79 | 21.96 | - |
| YUV | 195.81 | 75.06 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 102 | 0.14 | 0 | 0.53 | 0.15 | 75.52 | 0.61 | 0.63 |
| Hex | BC | DA | 66 | E | 0 | 35 | F | 4C | 3D | 3F |
| Octal | 274 | 332 | 146 | 16 | 0 | 65 | 17 | 114 | 75 | 77 |
| Binary | 10111100 | 11011010 | 1100110 | 1110 | 0 | 110101 | 1111 | 1001100 | 111101 | 111111 |
Color Harmonies of #BCDA66
Complementary color
Monochromatic Colors of #BCDA66
Black with #BCDA66
Text Example
Text Example
White with #BCDA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA66; }
p { color: rgb(188,218,102); }
H1.HeaderClassName
{
color: #BCDA66;
}
.AnyTagClassName
{
color: #BCDA66;
}
</style>
background-color css
<style>
a { background-color: #BCDA66; }
a { background-color: rgb(188,218,102); }
div.DivClassName
{
background-color: #BCDA66;
}
.BgClassName
{
background-color: #BCDA66;
}
</style>
border-color css
<style>
span { border-color: #BCDA66; }
span { border-color: rgb(188,218,102); }
td.TdClassName
{
border-color: #BCDA66;
}
.TagClassName
{
border-color: #BCDA66;
}
</style>