Shades of Wild Willow #BEC55B
Tints of Wild Willow #BEC55B
RGB
CMYK
RGB Variations
Color information
#BEC55B (or 0xBEC55B) is known color: Wild Willow. HEX triplet: BE, C5 and 5B. RGB value is (190,197,91). Sum of RGB (Red+Green+Blue) = 190+197+91=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC55B is #413AA4. Grayscale: #B7B7B7. Windows color (decimal): -4274853 or 6014398. OLE color: 6014398.
HSL color Cylindrical-coordinate representation of color #BEC55B: hue angle of 63.96º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEC55B is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 91 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.23 |
| HSL | 63.96º | 0.48% | 0.56% | - |
| HSV(B) | 63.96º | 0.54% | 0.77% | - |
| XYZ | 43.09 | 51.63 | 17.59 | - |
| YUV | 182.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 91 | 0.04 | 0 | 0.54 | 0.23 | 63.96 | 0.48 | 0.56 |
| Hex | BE | C5 | 5B | 4 | 0 | 36 | 17 | 40 | 30 | 38 |
| Octal | 276 | 305 | 133 | 4 | 0 | 66 | 27 | 100 | 60 | 70 |
| Binary | 10111110 | 11000101 | 1011011 | 100 | 0 | 110110 | 10111 | 1000000 | 110000 | 111000 |
Color Harmonies of #BEC55B
Complementary color
Monochromatic Colors of #BEC55B
Black with #BEC55B
Text Example
Text Example
White with #BEC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC55B; }
p { color: rgb(190,197,91); }
H1.HeaderClassName
{
color: #BEC55B;
}
.AnyTagClassName
{
color: #BEC55B;
}
</style>
background-color css
<style>
a { background-color: #BEC55B; }
a { background-color: rgb(190,197,91); }
div.DivClassName
{
background-color: #BEC55B;
}
.BgClassName
{
background-color: #BEC55B;
}
</style>
border-color css
<style>
span { border-color: #BEC55B; }
span { border-color: rgb(190,197,91); }
td.TdClassName
{
border-color: #BEC55B;
}
.TagClassName
{
border-color: #BEC55B;
}
</style>