Shades of Wild Willow #BEC55F
Tints of Wild Willow #BEC55F
RGB
CMYK
RGB Variations
Color information
#BEC55F (or 0xBEC55F) is known color: Wild Willow. HEX triplet: BE, C5 and 5F. RGB value is (190,197,95). Sum of RGB (Red+Green+Blue) = 190+197+95=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC55F is #413AA0. Grayscale: #B7B7B7. Windows color (decimal): -4274849 or 6276542. OLE color: 6276542.
HSL color Cylindrical-coordinate representation of color #BEC55F: hue angle of 64.12º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEC55F is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 95 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.23 |
| HSL | 64.12º | 0.47% | 0.57% | - |
| HSV(B) | 64.12º | 0.52% | 0.77% | - |
| XYZ | 43.27 | 51.71 | 18.53 | - |
| YUV | 183.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 95 | 0.04 | 0 | 0.52 | 0.23 | 64.12 | 0.47 | 0.57 |
| Hex | BE | C5 | 5F | 4 | 0 | 34 | 17 | 40 | 2F | 39 |
| Octal | 276 | 305 | 137 | 4 | 0 | 64 | 27 | 100 | 57 | 71 |
| Binary | 10111110 | 11000101 | 1011111 | 100 | 0 | 110100 | 10111 | 1000000 | 101111 | 111001 |
Color Harmonies of #BEC55F
Complementary color
Monochromatic Colors of #BEC55F
Black with #BEC55F
Text Example
Text Example
White with #BEC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC55F; }
p { color: rgb(190,197,95); }
H1.HeaderClassName
{
color: #BEC55F;
}
.AnyTagClassName
{
color: #BEC55F;
}
</style>
background-color css
<style>
a { background-color: #BEC55F; }
a { background-color: rgb(190,197,95); }
div.DivClassName
{
background-color: #BEC55F;
}
.BgClassName
{
background-color: #BEC55F;
}
</style>
border-color css
<style>
span { border-color: #BEC55F; }
span { border-color: rgb(190,197,95); }
td.TdClassName
{
border-color: #BEC55F;
}
.TagClassName
{
border-color: #BEC55F;
}
</style>