Shades of Wild Willow #BEC159
Tints of Wild Willow #BEC159
RGB
CMYK
RGB Variations
Color information
#BEC159 (or 0xBEC159) is known color: Wild Willow. HEX triplet: BE, C1 and 59. RGB value is (190,193,89). Sum of RGB (Red+Green+Blue) = 190+193+89=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC159 is #413EA6. Grayscale: #B4B4B4. Windows color (decimal): -4275879 or 5882302. OLE color: 5882302.
HSL color Cylindrical-coordinate representation of color #BEC159: hue angle of 61.73º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEC159 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 89 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.24 |
| HSL | 61.73º | 0.46% | 0.55% | - |
| HSV(B) | 61.73º | 0.54% | 0.76% | - |
| XYZ | 42.11 | 49.81 | 16.85 | - |
| YUV | 180.25 | 76.51 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 89 | 0.02 | 0 | 0.54 | 0.24 | 61.73 | 0.46 | 0.55 |
| Hex | BE | C1 | 59 | 2 | 0 | 36 | 18 | 3E | 2E | 37 |
| Octal | 276 | 301 | 131 | 2 | 0 | 66 | 30 | 76 | 56 | 67 |
| Binary | 10111110 | 11000001 | 1011001 | 10 | 0 | 110110 | 11000 | 111110 | 101110 | 110111 |
Color Harmonies of #BEC159
Complementary color
Monochromatic Colors of #BEC159
Black with #BEC159
Text Example
Text Example
White with #BEC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC159; }
p { color: rgb(190,193,89); }
H1.HeaderClassName
{
color: #BEC159;
}
.AnyTagClassName
{
color: #BEC159;
}
</style>
background-color css
<style>
a { background-color: #BEC159; }
a { background-color: rgb(190,193,89); }
div.DivClassName
{
background-color: #BEC159;
}
.BgClassName
{
background-color: #BEC159;
}
</style>
border-color css
<style>
span { border-color: #BEC159; }
span { border-color: rgb(190,193,89); }
td.TdClassName
{
border-color: #BEC159;
}
.TagClassName
{
border-color: #BEC159;
}
</style>