Shades of Wild Willow #BEC059
Tints of Wild Willow #BEC059
RGB
CMYK
RGB Variations
Color information
#BEC059 (or 0xBEC059) is known color: Wild Willow. HEX triplet: BE, C0 and 59. RGB value is (190,192,89). Sum of RGB (Red+Green+Blue) = 190+192+89=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC059 is #413FA6. Grayscale: #B4B4B4. Windows color (decimal): -4276135 or 5882046. OLE color: 5882046.
HSL color Cylindrical-coordinate representation of color #BEC059: hue angle of 61.17º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEC059 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 89 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.25 |
| HSL | 61.17º | 0.45% | 0.55% | - |
| HSV(B) | 61.17º | 0.54% | 0.75% | - |
| XYZ | 41.89 | 49.37 | 16.77 | - |
| YUV | 179.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 89 | 0.01 | 0 | 0.54 | 0.25 | 61.17 | 0.45 | 0.55 |
| Hex | BE | C0 | 59 | 1 | 0 | 36 | 19 | 3D | 2D | 37 |
| Octal | 276 | 300 | 131 | 1 | 0 | 66 | 31 | 75 | 55 | 67 |
| Binary | 10111110 | 11000000 | 1011001 | 1 | 0 | 110110 | 11001 | 111101 | 101101 | 110111 |
Color Harmonies of #BEC059
Complementary color
Monochromatic Colors of #BEC059
Black with #BEC059
Text Example
Text Example
White with #BEC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC059; }
p { color: rgb(190,192,89); }
H1.HeaderClassName
{
color: #BEC059;
}
.AnyTagClassName
{
color: #BEC059;
}
</style>
background-color css
<style>
a { background-color: #BEC059; }
a { background-color: rgb(190,192,89); }
div.DivClassName
{
background-color: #BEC059;
}
.BgClassName
{
background-color: #BEC059;
}
</style>
border-color css
<style>
span { border-color: #BEC059; }
span { border-color: rgb(190,192,89); }
td.TdClassName
{
border-color: #BEC059;
}
.TagClassName
{
border-color: #BEC059;
}
</style>