Shades of Wild Willow #BEC659
Tints of Wild Willow #BEC659
RGB
CMYK
RGB Variations
Color information
#BEC659 (or 0xBEC659) is known color: Wild Willow. HEX triplet: BE, C6 and 59. RGB value is (190,198,89). Sum of RGB (Red+Green+Blue) = 190+198+89=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC659 is #4139A6. Grayscale: #B7B7B7. Windows color (decimal): -4274599 or 5883582. OLE color: 5883582.
HSL color Cylindrical-coordinate representation of color #BEC659: hue angle of 64.4º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEC659 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 89 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.22 |
| HSL | 64.4º | 0.49% | 0.56% | - |
| HSV(B) | 64.4º | 0.55% | 0.78% | - |
| XYZ | 43.23 | 52.06 | 17.22 | - |
| YUV | 183.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 89 | 0.04 | 0 | 0.55 | 0.22 | 64.4 | 0.49 | 0.56 |
| Hex | BE | C6 | 59 | 4 | 0 | 37 | 16 | 40 | 31 | 38 |
| Octal | 276 | 306 | 131 | 4 | 0 | 67 | 26 | 100 | 61 | 70 |
| Binary | 10111110 | 11000110 | 1011001 | 100 | 0 | 110111 | 10110 | 1000000 | 110001 | 111000 |
Color Harmonies of #BEC659
Complementary color
Monochromatic Colors of #BEC659
Black with #BEC659
Text Example
Text Example
White with #BEC659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC659; }
p { color: rgb(190,198,89); }
H1.HeaderClassName
{
color: #BEC659;
}
.AnyTagClassName
{
color: #BEC659;
}
</style>
background-color css
<style>
a { background-color: #BEC659; }
a { background-color: rgb(190,198,89); }
div.DivClassName
{
background-color: #BEC659;
}
.BgClassName
{
background-color: #BEC659;
}
</style>
border-color css
<style>
span { border-color: #BEC659; }
span { border-color: rgb(190,198,89); }
td.TdClassName
{
border-color: #BEC659;
}
.TagClassName
{
border-color: #BEC659;
}
</style>