Shades of Wild Willow #BCD85D
Tints of Wild Willow #BCD85D
RGB
CMYK
RGB Variations
Color information
#BCD85D (or 0xBCD85D) is known color: Wild Willow. HEX triplet: BC, D8 and 5D. RGB value is (188,216,93). Sum of RGB (Red+Green+Blue) = 188+216+93=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD85D is #4327A2. Grayscale: #C2C2C2. Windows color (decimal): -4401059 or 6150332. OLE color: 6150332.
HSL color Cylindrical-coordinate representation of color #BCD85D: hue angle of 73.66º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCD85D is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 93 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.15 |
| HSL | 73.66º | 0.61% | 0.61% | - |
| HSV(B) | 73.66º | 0.57% | 0.85% | - |
| XYZ | 47.27 | 60.59 | 19.56 | - |
| YUV | 193.61 | 71.22 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 93 | 0.13 | 0 | 0.57 | 0.15 | 73.66 | 0.61 | 0.61 |
| Hex | BC | D8 | 5D | D | 0 | 39 | F | 4A | 3D | 3D |
| Octal | 274 | 330 | 135 | 15 | 0 | 71 | 17 | 112 | 75 | 75 |
| Binary | 10111100 | 11011000 | 1011101 | 1101 | 0 | 111001 | 1111 | 1001010 | 111101 | 111101 |
Color Harmonies of #BCD85D
Complementary color
Monochromatic Colors of #BCD85D
Black with #BCD85D
Text Example
Text Example
White with #BCD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD85D; }
p { color: rgb(188,216,93); }
H1.HeaderClassName
{
color: #BCD85D;
}
.AnyTagClassName
{
color: #BCD85D;
}
</style>
background-color css
<style>
a { background-color: #BCD85D; }
a { background-color: rgb(188,216,93); }
div.DivClassName
{
background-color: #BCD85D;
}
.BgClassName
{
background-color: #BCD85D;
}
</style>
border-color css
<style>
span { border-color: #BCD85D; }
span { border-color: rgb(188,216,93); }
td.TdClassName
{
border-color: #BCD85D;
}
.TagClassName
{
border-color: #BCD85D;
}
</style>