Shades of Wild Willow #BCD869
Tints of Wild Willow #BCD869
RGB
CMYK
RGB Variations
Color information
#BCD869 (or 0xBCD869) is known color: Wild Willow. HEX triplet: BC, D8 and 69. RGB value is (188,216,105). Sum of RGB (Red+Green+Blue) = 188+216+105=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD869 is #432796. Grayscale: #C3C3C3. Windows color (decimal): -4401047 or 6936764. OLE color: 6936764.
HSL color Cylindrical-coordinate representation of color #BCD869: hue angle of 75.14º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCD869 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 105 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.15 |
| HSL | 75.14º | 0.59% | 0.63% | - |
| HSV(B) | 75.14º | 0.51% | 0.85% | - |
| XYZ | 47.84 | 60.82 | 22.58 | - |
| YUV | 194.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 105 | 0.13 | 0 | 0.51 | 0.15 | 75.14 | 0.59 | 0.63 |
| Hex | BC | D8 | 69 | D | 0 | 33 | F | 4B | 3B | 3F |
| Octal | 274 | 330 | 151 | 15 | 0 | 63 | 17 | 113 | 73 | 77 |
| Binary | 10111100 | 11011000 | 1101001 | 1101 | 0 | 110011 | 1111 | 1001011 | 111011 | 111111 |
Color Harmonies of #BCD869
Complementary color
Monochromatic Colors of #BCD869
Black with #BCD869
Text Example
Text Example
White with #BCD869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD869; }
p { color: rgb(188,216,105); }
H1.HeaderClassName
{
color: #BCD869;
}
.AnyTagClassName
{
color: #BCD869;
}
</style>
background-color css
<style>
a { background-color: #BCD869; }
a { background-color: rgb(188,216,105); }
div.DivClassName
{
background-color: #BCD869;
}
.BgClassName
{
background-color: #BCD869;
}
</style>
border-color css
<style>
span { border-color: #BCD869; }
span { border-color: rgb(188,216,105); }
td.TdClassName
{
border-color: #BCD869;
}
.TagClassName
{
border-color: #BCD869;
}
</style>