Shades of Wild Willow #BEC55D
Tints of Wild Willow #BEC55D
RGB
CMYK
RGB Variations
Color information
#BEC55D (or 0xBEC55D) is known color: Wild Willow. HEX triplet: BE, C5 and 5D. RGB value is (190,197,93). Sum of RGB (Red+Green+Blue) = 190+197+93=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC55D is #413AA2. Grayscale: #B7B7B7. Windows color (decimal): -4274851 or 6145470. OLE color: 6145470.
HSL color Cylindrical-coordinate representation of color #BEC55D: hue angle of 64.04º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEC55D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 93 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.23 |
| HSL | 64.04º | 0.47% | 0.57% | - |
| HSV(B) | 64.04º | 0.53% | 0.77% | - |
| XYZ | 43.18 | 51.67 | 18.05 | - |
| YUV | 183.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 93 | 0.04 | 0 | 0.53 | 0.23 | 64.04 | 0.47 | 0.57 |
| Hex | BE | C5 | 5D | 4 | 0 | 35 | 17 | 40 | 2F | 39 |
| Octal | 276 | 305 | 135 | 4 | 0 | 65 | 27 | 100 | 57 | 71 |
| Binary | 10111110 | 11000101 | 1011101 | 100 | 0 | 110101 | 10111 | 1000000 | 101111 | 111001 |
Color Harmonies of #BEC55D
Complementary color
Monochromatic Colors of #BEC55D
Black with #BEC55D
Text Example
Text Example
White with #BEC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC55D; }
p { color: rgb(190,197,93); }
H1.HeaderClassName
{
color: #BEC55D;
}
.AnyTagClassName
{
color: #BEC55D;
}
</style>
background-color css
<style>
a { background-color: #BEC55D; }
a { background-color: rgb(190,197,93); }
div.DivClassName
{
background-color: #BEC55D;
}
.BgClassName
{
background-color: #BEC55D;
}
</style>
border-color css
<style>
span { border-color: #BEC55D; }
span { border-color: rgb(190,197,93); }
td.TdClassName
{
border-color: #BEC55D;
}
.TagClassName
{
border-color: #BEC55D;
}
</style>