Shades of Wild Willow #BCCD5E
Tints of Wild Willow #BCCD5E
RGB
CMYK
RGB Variations
Color information
#BCCD5E (or 0xBCCD5E) is known color: Wild Willow. HEX triplet: BC, CD and 5E. RGB value is (188,205,94). Sum of RGB (Red+Green+Blue) = 188+205+94=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD5E is #4332A1. Grayscale: #BBBBBB. Windows color (decimal): -4403874 or 6213052. OLE color: 6213052.
HSL color Cylindrical-coordinate representation of color #BCCD5E: hue angle of 69.19º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCCD5E is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 94 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.20 |
| HSL | 69.19º | 0.53% | 0.59% | - |
| HSV(B) | 69.19º | 0.54% | 0.8% | - |
| XYZ | 44.59 | 55.16 | 18.89 | - |
| YUV | 187.26 | 75.37 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 94 | 0.08 | 0 | 0.54 | 0.20 | 69.19 | 0.53 | 0.59 |
| Hex | BC | CD | 5E | 8 | 0 | 36 | 14 | 45 | 35 | 3B |
| Octal | 274 | 315 | 136 | 10 | 0 | 66 | 24 | 105 | 65 | 73 |
| Binary | 10111100 | 11001101 | 1011110 | 1000 | 0 | 110110 | 10100 | 1000101 | 110101 | 111011 |
Color Harmonies of #BCCD5E
Complementary color
Monochromatic Colors of #BCCD5E
Black with #BCCD5E
Text Example
Text Example
White with #BCCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD5E; }
p { color: rgb(188,205,94); }
H1.HeaderClassName
{
color: #BCCD5E;
}
.AnyTagClassName
{
color: #BCCD5E;
}
</style>
background-color css
<style>
a { background-color: #BCCD5E; }
a { background-color: rgb(188,205,94); }
div.DivClassName
{
background-color: #BCCD5E;
}
.BgClassName
{
background-color: #BCCD5E;
}
</style>
border-color css
<style>
span { border-color: #BCCD5E; }
span { border-color: rgb(188,205,94); }
td.TdClassName
{
border-color: #BCCD5E;
}
.TagClassName
{
border-color: #BCCD5E;
}
</style>