Shades of Wild Willow #BEC358
Tints of Wild Willow #BEC358
RGB
CMYK
RGB Variations
Color information
#BEC358 (or 0xBEC358) is known color: Wild Willow. HEX triplet: BE, C3 and 58. RGB value is (190,195,88). Sum of RGB (Red+Green+Blue) = 190+195+88=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC358 is #413CA7. Grayscale: #B5B5B5. Windows color (decimal): -4275368 or 5817278. OLE color: 5817278.
HSL color Cylindrical-coordinate representation of color #BEC358: hue angle of 62.8º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEC358 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 88 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.24 |
| HSL | 62.8º | 0.47% | 0.55% | - |
| HSV(B) | 62.8º | 0.55% | 0.76% | - |
| XYZ | 42.51 | 50.68 | 16.77 | - |
| YUV | 181.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 88 | 0.03 | 0 | 0.55 | 0.24 | 62.8 | 0.47 | 0.55 |
| Hex | BE | C3 | 58 | 3 | 0 | 37 | 18 | 3F | 2F | 37 |
| Octal | 276 | 303 | 130 | 3 | 0 | 67 | 30 | 77 | 57 | 67 |
| Binary | 10111110 | 11000011 | 1011000 | 11 | 0 | 110111 | 11000 | 111111 | 101111 | 110111 |
Color Harmonies of #BEC358
Complementary color
Monochromatic Colors of #BEC358
Black with #BEC358
Text Example
Text Example
White with #BEC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC358; }
p { color: rgb(190,195,88); }
H1.HeaderClassName
{
color: #BEC358;
}
.AnyTagClassName
{
color: #BEC358;
}
</style>
background-color css
<style>
a { background-color: #BEC358; }
a { background-color: rgb(190,195,88); }
div.DivClassName
{
background-color: #BEC358;
}
.BgClassName
{
background-color: #BEC358;
}
</style>
border-color css
<style>
span { border-color: #BEC358; }
span { border-color: rgb(190,195,88); }
td.TdClassName
{
border-color: #BEC358;
}
.TagClassName
{
border-color: #BEC358;
}
</style>