Shades of Wild Willow #BEC058
Tints of Wild Willow #BEC058
RGB
CMYK
RGB Variations
Color information
#BEC058 (or 0xBEC058) is known color: Wild Willow. HEX triplet: BE, C0 and 58. RGB value is (190,192,88). Sum of RGB (Red+Green+Blue) = 190+192+88=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC058 is #413FA7. Grayscale: #B3B3B3. Windows color (decimal): -4276136 or 5816510. OLE color: 5816510.
HSL color Cylindrical-coordinate representation of color #BEC058: hue angle of 61.15º 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 #BEC058 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 88 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.25 |
| HSL | 61.15º | 0.45% | 0.55% | - |
| HSV(B) | 61.15º | 0.54% | 0.75% | - |
| XYZ | 41.85 | 49.35 | 16.55 | - |
| YUV | 179.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 88 | 0.01 | 0 | 0.54 | 0.25 | 61.15 | 0.45 | 0.55 |
| Hex | BE | C0 | 58 | 1 | 0 | 36 | 19 | 3D | 2D | 37 |
| Octal | 276 | 300 | 130 | 1 | 0 | 66 | 31 | 75 | 55 | 67 |
| Binary | 10111110 | 11000000 | 1011000 | 1 | 0 | 110110 | 11001 | 111101 | 101101 | 110111 |
Color Harmonies of #BEC058
Complementary color
Monochromatic Colors of #BEC058
Black with #BEC058
Text Example
Text Example
White with #BEC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC058; }
p { color: rgb(190,192,88); }
H1.HeaderClassName
{
color: #BEC058;
}
.AnyTagClassName
{
color: #BEC058;
}
</style>
background-color css
<style>
a { background-color: #BEC058; }
a { background-color: rgb(190,192,88); }
div.DivClassName
{
background-color: #BEC058;
}
.BgClassName
{
background-color: #BEC058;
}
</style>
border-color css
<style>
span { border-color: #BEC058; }
span { border-color: rgb(190,192,88); }
td.TdClassName
{
border-color: #BEC058;
}
.TagClassName
{
border-color: #BEC058;
}
</style>