Shades of Wild Willow #BEC65E
Tints of Wild Willow #BEC65E
RGB
CMYK
RGB Variations
Color information
#BEC65E (or 0xBEC65E) is known color: Wild Willow. HEX triplet: BE, C6 and 5E. RGB value is (190,198,94). Sum of RGB (Red+Green+Blue) = 190+198+94=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC65E is #4139A1. Grayscale: #B8B8B8. Windows color (decimal): -4274594 or 6211262. OLE color: 6211262.
HSL color Cylindrical-coordinate representation of color #BEC65E: hue angle of 64.62º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEC65E is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 94 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.22 |
| HSL | 64.62º | 0.48% | 0.57% | - |
| HSV(B) | 64.62º | 0.53% | 0.78% | - |
| XYZ | 43.45 | 52.14 | 18.36 | - |
| YUV | 183.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 94 | 0.04 | 0 | 0.53 | 0.22 | 64.62 | 0.48 | 0.57 |
| Hex | BE | C6 | 5E | 4 | 0 | 35 | 16 | 41 | 30 | 39 |
| Octal | 276 | 306 | 136 | 4 | 0 | 65 | 26 | 101 | 60 | 71 |
| Binary | 10111110 | 11000110 | 1011110 | 100 | 0 | 110101 | 10110 | 1000001 | 110000 | 111001 |
Color Harmonies of #BEC65E
Complementary color
Monochromatic Colors of #BEC65E
Black with #BEC65E
Text Example
Text Example
White with #BEC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC65E; }
p { color: rgb(190,198,94); }
H1.HeaderClassName
{
color: #BEC65E;
}
.AnyTagClassName
{
color: #BEC65E;
}
</style>
background-color css
<style>
a { background-color: #BEC65E; }
a { background-color: rgb(190,198,94); }
div.DivClassName
{
background-color: #BEC65E;
}
.BgClassName
{
background-color: #BEC65E;
}
</style>
border-color css
<style>
span { border-color: #BEC65E; }
span { border-color: rgb(190,198,94); }
td.TdClassName
{
border-color: #BEC65E;
}
.TagClassName
{
border-color: #BEC65E;
}
</style>