Shades of Wild Willow #BEC86B
Tints of Wild Willow #BEC86B
RGB
CMYK
RGB Variations
Color information
#BEC86B (or 0xBEC86B) is known color: Wild Willow. HEX triplet: BE, C8 and 6B. RGB value is (190,200,107). Sum of RGB (Red+Green+Blue) = 190+200+107=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC86B is #413794. Grayscale: #BABABA. Windows color (decimal): -4274069 or 7063742. OLE color: 7063742.
HSL color Cylindrical-coordinate representation of color #BEC86B: hue angle of 66.45º 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 #BEC86B is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 107 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.22 |
| HSL | 66.45º | 0.46% | 0.6% | - |
| HSV(B) | 66.45º | 0.47% | 0.78% | - |
| XYZ | 44.54 | 53.32 | 21.85 | - |
| YUV | 186.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 107 | 0.05 | 0 | 0.46 | 0.22 | 66.45 | 0.46 | 0.6 |
| Hex | BE | C8 | 6B | 5 | 0 | 2E | 16 | 42 | 2E | 3C |
| Octal | 276 | 310 | 153 | 5 | 0 | 56 | 26 | 102 | 56 | 74 |
| Binary | 10111110 | 11001000 | 1101011 | 101 | 0 | 101110 | 10110 | 1000010 | 101110 | 111100 |
Color Harmonies of #BEC86B
Complementary color
Monochromatic Colors of #BEC86B
Black with #BEC86B
Text Example
Text Example
White with #BEC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC86B; }
p { color: rgb(190,200,107); }
H1.HeaderClassName
{
color: #BEC86B;
}
.AnyTagClassName
{
color: #BEC86B;
}
</style>
background-color css
<style>
a { background-color: #BEC86B; }
a { background-color: rgb(190,200,107); }
div.DivClassName
{
background-color: #BEC86B;
}
.BgClassName
{
background-color: #BEC86B;
}
</style>
border-color css
<style>
span { border-color: #BEC86B; }
span { border-color: rgb(190,200,107); }
td.TdClassName
{
border-color: #BEC86B;
}
.TagClassName
{
border-color: #BEC86B;
}
</style>