Shades of Wild Willow #BEC05E
Tints of Wild Willow #BEC05E
RGB
CMYK
RGB Variations
Color information
#BEC05E (or 0xBEC05E) is known color: Wild Willow. HEX triplet: BE, C0 and 5E. RGB value is (190,192,94). Sum of RGB (Red+Green+Blue) = 190+192+94=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC05E is #413FA1. Grayscale: #B4B4B4. Windows color (decimal): -4276130 or 6209726. OLE color: 6209726.
HSL color Cylindrical-coordinate representation of color #BEC05E: hue angle of 61.22º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEC05E is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 94 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.25 |
| HSL | 61.22º | 0.44% | 0.56% | - |
| HSV(B) | 61.22º | 0.51% | 0.75% | - |
| XYZ | 42.11 | 49.45 | 17.92 | - |
| YUV | 180.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 94 | 0.01 | 0 | 0.51 | 0.25 | 61.22 | 0.44 | 0.56 |
| Hex | BE | C0 | 5E | 1 | 0 | 33 | 19 | 3D | 2C | 38 |
| Octal | 276 | 300 | 136 | 1 | 0 | 63 | 31 | 75 | 54 | 70 |
| Binary | 10111110 | 11000000 | 1011110 | 1 | 0 | 110011 | 11001 | 111101 | 101100 | 111000 |
Color Harmonies of #BEC05E
Complementary color
Monochromatic Colors of #BEC05E
Black with #BEC05E
Text Example
Text Example
White with #BEC05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC05E; }
p { color: rgb(190,192,94); }
H1.HeaderClassName
{
color: #BEC05E;
}
.AnyTagClassName
{
color: #BEC05E;
}
</style>
background-color css
<style>
a { background-color: #BEC05E; }
a { background-color: rgb(190,192,94); }
div.DivClassName
{
background-color: #BEC05E;
}
.BgClassName
{
background-color: #BEC05E;
}
</style>
border-color css
<style>
span { border-color: #BEC05E; }
span { border-color: rgb(190,192,94); }
td.TdClassName
{
border-color: #BEC05E;
}
.TagClassName
{
border-color: #BEC05E;
}
</style>