Shades of Wild Willow #BCD76C
Tints of Wild Willow #BCD76C
RGB
CMYK
RGB Variations
Color information
#BCD76C (or 0xBCD76C) is known color: Wild Willow. HEX triplet: BC, D7 and 6C. RGB value is (188,215,108). Sum of RGB (Red+Green+Blue) = 188+215+108=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD76C is #432893. Grayscale: #C3C3C3. Windows color (decimal): -4401300 or 7133116. OLE color: 7133116.
HSL color Cylindrical-coordinate representation of color #BCD76C: hue angle of 75.14º 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 #BCD76C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 108 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.16 |
| HSL | 75.14º | 0.57% | 0.63% | - |
| HSV(B) | 75.14º | 0.5% | 0.84% | - |
| XYZ | 47.75 | 60.37 | 23.32 | - |
| YUV | 194.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 108 | 0.13 | 0 | 0.50 | 0.16 | 75.14 | 0.57 | 0.63 |
| Hex | BC | D7 | 6C | D | 0 | 32 | 10 | 4B | 39 | 3F |
| Octal | 274 | 327 | 154 | 15 | 0 | 62 | 20 | 113 | 71 | 77 |
| Binary | 10111100 | 11010111 | 1101100 | 1101 | 0 | 110010 | 10000 | 1001011 | 111001 | 111111 |
Color Harmonies of #BCD76C
Complementary color
Monochromatic Colors of #BCD76C
Black with #BCD76C
Text Example
Text Example
White with #BCD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD76C; }
p { color: rgb(188,215,108); }
H1.HeaderClassName
{
color: #BCD76C;
}
.AnyTagClassName
{
color: #BCD76C;
}
</style>
background-color css
<style>
a { background-color: #BCD76C; }
a { background-color: rgb(188,215,108); }
div.DivClassName
{
background-color: #BCD76C;
}
.BgClassName
{
background-color: #BCD76C;
}
</style>
border-color css
<style>
span { border-color: #BCD76C; }
span { border-color: rgb(188,215,108); }
td.TdClassName
{
border-color: #BCD76C;
}
.TagClassName
{
border-color: #BCD76C;
}
</style>