Shades of Wild Willow #BCD868
Tints of Wild Willow #BCD868
RGB
CMYK
RGB Variations
Color information
#BCD868 (or 0xBCD868) is known color: Wild Willow. HEX triplet: BC, D8 and 68. RGB value is (188,216,104). Sum of RGB (Red+Green+Blue) = 188+216+104=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD868 is #432797. Grayscale: #C3C3C3. Windows color (decimal): -4401048 or 6871228. OLE color: 6871228.
HSL color Cylindrical-coordinate representation of color #BCD868: hue angle of 75º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCD868 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 104 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.15 |
| HSL | 75º | 0.59% | 0.63% | - |
| HSV(B) | 75º | 0.52% | 0.85% | - |
| XYZ | 47.79 | 60.8 | 22.31 | - |
| YUV | 194.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 104 | 0.13 | 0 | 0.52 | 0.15 | 75 | 0.59 | 0.63 |
| Hex | BC | D8 | 68 | D | 0 | 34 | F | 4B | 3B | 3F |
| Octal | 274 | 330 | 150 | 15 | 0 | 64 | 17 | 113 | 73 | 77 |
| Binary | 10111100 | 11011000 | 1101000 | 1101 | 0 | 110100 | 1111 | 1001011 | 111011 | 111111 |
Color Harmonies of #BCD868
Complementary color
Monochromatic Colors of #BCD868
Black with #BCD868
Text Example
Text Example
White with #BCD868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD868; }
p { color: rgb(188,216,104); }
H1.HeaderClassName
{
color: #BCD868;
}
.AnyTagClassName
{
color: #BCD868;
}
</style>
background-color css
<style>
a { background-color: #BCD868; }
a { background-color: rgb(188,216,104); }
div.DivClassName
{
background-color: #BCD868;
}
.BgClassName
{
background-color: #BCD868;
}
</style>
border-color css
<style>
span { border-color: #BCD868; }
span { border-color: rgb(188,216,104); }
td.TdClassName
{
border-color: #BCD868;
}
.TagClassName
{
border-color: #BCD868;
}
</style>