Shades of Wild Willow #BEC86C
Tints of Wild Willow #BEC86C
RGB
CMYK
RGB Variations
Color information
#BEC86C (or 0xBEC86C) is known color: Wild Willow. HEX triplet: BE, C8 and 6C. RGB value is (190,200,108). Sum of RGB (Red+Green+Blue) = 190+200+108=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC86C is #413793. Grayscale: #BABABA. Windows color (decimal): -4274068 or 7129278. OLE color: 7129278.
HSL color Cylindrical-coordinate representation of color #BEC86C: hue angle of 66.52º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEC86C is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 108 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.22 |
| HSL | 66.52º | 0.46% | 0.6% | - |
| HSV(B) | 66.52º | 0.46% | 0.78% | - |
| XYZ | 44.6 | 53.34 | 22.13 | - |
| YUV | 186.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 108 | 0.05 | 0 | 0.46 | 0.22 | 66.52 | 0.46 | 0.6 |
| Hex | BE | C8 | 6C | 5 | 0 | 2E | 16 | 43 | 2E | 3C |
| Octal | 276 | 310 | 154 | 5 | 0 | 56 | 26 | 103 | 56 | 74 |
| Binary | 10111110 | 11001000 | 1101100 | 101 | 0 | 101110 | 10110 | 1000011 | 101110 | 111100 |
Color Harmonies of #BEC86C
Complementary color
Monochromatic Colors of #BEC86C
Black with #BEC86C
Text Example
Text Example
White with #BEC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC86C; }
p { color: rgb(190,200,108); }
H1.HeaderClassName
{
color: #BEC86C;
}
.AnyTagClassName
{
color: #BEC86C;
}
</style>
background-color css
<style>
a { background-color: #BEC86C; }
a { background-color: rgb(190,200,108); }
div.DivClassName
{
background-color: #BEC86C;
}
.BgClassName
{
background-color: #BEC86C;
}
</style>
border-color css
<style>
span { border-color: #BEC86C; }
span { border-color: rgb(190,200,108); }
td.TdClassName
{
border-color: #BEC86C;
}
.TagClassName
{
border-color: #BEC86C;
}
</style>