Shades of Wild Willow #BCD66B
Tints of Wild Willow #BCD66B
RGB
CMYK
RGB Variations
Color information
#BCD66B (or 0xBCD66B) is known color: Wild Willow. HEX triplet: BC, D6 and 6B. RGB value is (188,214,107). Sum of RGB (Red+Green+Blue) = 188+214+107=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD66B is #432994. Grayscale: #C2C2C2. Windows color (decimal): -4401557 or 7067324. OLE color: 7067324.
HSL color Cylindrical-coordinate representation of color #BCD66B: hue angle of 74.58º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCD66B is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 107 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.16 |
| HSL | 74.58º | 0.57% | 0.63% | - |
| HSV(B) | 74.58º | 0.5% | 0.84% | - |
| XYZ | 47.44 | 59.85 | 22.96 | - |
| YUV | 194.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 107 | 0.12 | 0 | 0.50 | 0.16 | 74.58 | 0.57 | 0.63 |
| Hex | BC | D6 | 6B | C | 0 | 32 | 10 | 4B | 39 | 3F |
| Octal | 274 | 326 | 153 | 14 | 0 | 62 | 20 | 113 | 71 | 77 |
| Binary | 10111100 | 11010110 | 1101011 | 1100 | 0 | 110010 | 10000 | 1001011 | 111001 | 111111 |
Color Harmonies of #BCD66B
Complementary color
Monochromatic Colors of #BCD66B
Black with #BCD66B
Text Example
Text Example
White with #BCD66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD66B; }
p { color: rgb(188,214,107); }
H1.HeaderClassName
{
color: #BCD66B;
}
.AnyTagClassName
{
color: #BCD66B;
}
</style>
background-color css
<style>
a { background-color: #BCD66B; }
a { background-color: rgb(188,214,107); }
div.DivClassName
{
background-color: #BCD66B;
}
.BgClassName
{
background-color: #BCD66B;
}
</style>
border-color css
<style>
span { border-color: #BCD66B; }
span { border-color: rgb(188,214,107); }
td.TdClassName
{
border-color: #BCD66B;
}
.TagClassName
{
border-color: #BCD66B;
}
</style>