Shades of Wild Willow #BEC05B
Tints of Wild Willow #BEC05B
RGB
CMYK
RGB Variations
Color information
#BEC05B (or 0xBEC05B) is known color: Wild Willow. HEX triplet: BE, C0 and 5B. RGB value is (190,192,91). Sum of RGB (Red+Green+Blue) = 190+192+91=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC05B is #413FA4. Grayscale: #B4B4B4. Windows color (decimal): -4276133 or 6013118. OLE color: 6013118.
HSL color Cylindrical-coordinate representation of color #BEC05B: hue angle of 61.19º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEC05B is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 91 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.25 |
| HSL | 61.19º | 0.44% | 0.55% | - |
| HSV(B) | 61.19º | 0.53% | 0.75% | - |
| XYZ | 41.97 | 49.4 | 17.22 | - |
| YUV | 179.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 91 | 0.01 | 0 | 0.53 | 0.25 | 61.19 | 0.44 | 0.55 |
| Hex | BE | C0 | 5B | 1 | 0 | 35 | 19 | 3D | 2C | 37 |
| Octal | 276 | 300 | 133 | 1 | 0 | 65 | 31 | 75 | 54 | 67 |
| Binary | 10111110 | 11000000 | 1011011 | 1 | 0 | 110101 | 11001 | 111101 | 101100 | 110111 |
Color Harmonies of #BEC05B
Complementary color
Monochromatic Colors of #BEC05B
Black with #BEC05B
Text Example
Text Example
White with #BEC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC05B; }
p { color: rgb(190,192,91); }
H1.HeaderClassName
{
color: #BEC05B;
}
.AnyTagClassName
{
color: #BEC05B;
}
</style>
background-color css
<style>
a { background-color: #BEC05B; }
a { background-color: rgb(190,192,91); }
div.DivClassName
{
background-color: #BEC05B;
}
.BgClassName
{
background-color: #BEC05B;
}
</style>
border-color css
<style>
span { border-color: #BEC05B; }
span { border-color: rgb(190,192,91); }
td.TdClassName
{
border-color: #BEC05B;
}
.TagClassName
{
border-color: #BEC05B;
}
</style>