Shades of Wild Willow #BCCE5E
Tints of Wild Willow #BCCE5E
RGB
CMYK
RGB Variations
Color information
#BCCE5E (or 0xBCCE5E) is known color: Wild Willow. HEX triplet: BC, CE and 5E. RGB value is (188,206,94). Sum of RGB (Red+Green+Blue) = 188+206+94=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE5E is #4331A1. Grayscale: #BCBCBC. Windows color (decimal): -4403618 or 6213308. OLE color: 6213308.
HSL color Cylindrical-coordinate representation of color #BCCE5E: hue angle of 69.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCCE5E is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 94 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.19 |
| HSL | 69.64º | 0.53% | 0.59% | - |
| HSV(B) | 69.64º | 0.54% | 0.81% | - |
| XYZ | 44.83 | 55.64 | 18.97 | - |
| YUV | 187.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 94 | 0.09 | 0 | 0.54 | 0.19 | 69.64 | 0.53 | 0.59 |
| Hex | BC | CE | 5E | 9 | 0 | 36 | 13 | 46 | 35 | 3B |
| Octal | 274 | 316 | 136 | 11 | 0 | 66 | 23 | 106 | 65 | 73 |
| Binary | 10111100 | 11001110 | 1011110 | 1001 | 0 | 110110 | 10011 | 1000110 | 110101 | 111011 |
Color Harmonies of #BCCE5E
Complementary color
Monochromatic Colors of #BCCE5E
Black with #BCCE5E
Text Example
Text Example
White with #BCCE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE5E; }
p { color: rgb(188,206,94); }
H1.HeaderClassName
{
color: #BCCE5E;
}
.AnyTagClassName
{
color: #BCCE5E;
}
</style>
background-color css
<style>
a { background-color: #BCCE5E; }
a { background-color: rgb(188,206,94); }
div.DivClassName
{
background-color: #BCCE5E;
}
.BgClassName
{
background-color: #BCCE5E;
}
</style>
border-color css
<style>
span { border-color: #BCCE5E; }
span { border-color: rgb(188,206,94); }
td.TdClassName
{
border-color: #BCCE5E;
}
.TagClassName
{
border-color: #BCCE5E;
}
</style>