Shades of Wild Willow #BEC558
Tints of Wild Willow #BEC558
RGB
CMYK
RGB Variations
Color information
#BEC558 (or 0xBEC558) is known color: Wild Willow. HEX triplet: BE, C5 and 58. RGB value is (190,197,88). Sum of RGB (Red+Green+Blue) = 190+197+88=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC558 is #413AA7. Grayscale: #B6B6B6. Windows color (decimal): -4274856 or 5817790. OLE color: 5817790.
HSL color Cylindrical-coordinate representation of color #BEC558: hue angle of 63.85º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEC558 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 88 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.23 |
| HSL | 63.85º | 0.48% | 0.56% | - |
| HSV(B) | 63.85º | 0.55% | 0.77% | - |
| XYZ | 42.96 | 51.58 | 16.92 | - |
| YUV | 182.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 88 | 0.04 | 0 | 0.55 | 0.23 | 63.85 | 0.48 | 0.56 |
| Hex | BE | C5 | 58 | 4 | 0 | 37 | 17 | 40 | 30 | 38 |
| Octal | 276 | 305 | 130 | 4 | 0 | 67 | 27 | 100 | 60 | 70 |
| Binary | 10111110 | 11000101 | 1011000 | 100 | 0 | 110111 | 10111 | 1000000 | 110000 | 111000 |
Color Harmonies of #BEC558
Complementary color
Monochromatic Colors of #BEC558
Black with #BEC558
Text Example
Text Example
White with #BEC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC558; }
p { color: rgb(190,197,88); }
H1.HeaderClassName
{
color: #BEC558;
}
.AnyTagClassName
{
color: #BEC558;
}
</style>
background-color css
<style>
a { background-color: #BEC558; }
a { background-color: rgb(190,197,88); }
div.DivClassName
{
background-color: #BEC558;
}
.BgClassName
{
background-color: #BEC558;
}
</style>
border-color css
<style>
span { border-color: #BEC558; }
span { border-color: rgb(190,197,88); }
td.TdClassName
{
border-color: #BEC558;
}
.TagClassName
{
border-color: #BEC558;
}
</style>