Shades of Wild Willow #BCCC5E
Tints of Wild Willow #BCCC5E
RGB
CMYK
RGB Variations
Color information
#BCCC5E (or 0xBCCC5E) is known color: Wild Willow. HEX triplet: BC, CC and 5E. RGB value is (188,204,94). Sum of RGB (Red+Green+Blue) = 188+204+94=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC5E is #4333A1. Grayscale: #BBBBBB. Windows color (decimal): -4404130 or 6212796. OLE color: 6212796.
HSL color Cylindrical-coordinate representation of color #BCCC5E: hue angle of 68.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCCC5E is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 94 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.2 |
| HSL | 68.73º | 0.52% | 0.58% | - |
| HSV(B) | 68.73º | 0.54% | 0.8% | - |
| XYZ | 44.35 | 54.69 | 18.81 | - |
| YUV | 186.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 94 | 0.08 | 0 | 0.54 | 0.2 | 68.73 | 0.52 | 0.58 |
| Hex | BC | CC | 5E | 8 | 0 | 36 | 14 | 45 | 34 | 3A |
| Octal | 274 | 314 | 136 | 10 | 0 | 66 | 24 | 105 | 64 | 72 |
| Binary | 10111100 | 11001100 | 1011110 | 1000 | 0 | 110110 | 10100 | 1000101 | 110100 | 111010 |
Color Harmonies of #BCCC5E
Complementary color
Monochromatic Colors of #BCCC5E
Black with #BCCC5E
Text Example
Text Example
White with #BCCC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC5E; }
p { color: rgb(188,204,94); }
H1.HeaderClassName
{
color: #BCCC5E;
}
.AnyTagClassName
{
color: #BCCC5E;
}
</style>
background-color css
<style>
a { background-color: #BCCC5E; }
a { background-color: rgb(188,204,94); }
div.DivClassName
{
background-color: #BCCC5E;
}
.BgClassName
{
background-color: #BCCC5E;
}
</style>
border-color css
<style>
span { border-color: #BCCC5E; }
span { border-color: rgb(188,204,94); }
td.TdClassName
{
border-color: #BCCC5E;
}
.TagClassName
{
border-color: #BCCC5E;
}
</style>