Shades of Wild Willow #BEC65D
Tints of Wild Willow #BEC65D
RGB
CMYK
RGB Variations
Color information
#BEC65D (or 0xBEC65D) is known color: Wild Willow. HEX triplet: BE, C6 and 5D. RGB value is (190,198,93). Sum of RGB (Red+Green+Blue) = 190+198+93=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC65D is #4139A2. Grayscale: #B8B8B8. Windows color (decimal): -4274595 or 6145726. OLE color: 6145726.
HSL color Cylindrical-coordinate representation of color #BEC65D: hue angle of 64.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEC65D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 93 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.22 |
| HSL | 64.57º | 0.48% | 0.57% | - |
| HSV(B) | 64.57º | 0.53% | 0.78% | - |
| XYZ | 43.41 | 52.13 | 18.13 | - |
| YUV | 183.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 93 | 0.04 | 0 | 0.53 | 0.22 | 64.57 | 0.48 | 0.57 |
| Hex | BE | C6 | 5D | 4 | 0 | 35 | 16 | 41 | 30 | 39 |
| Octal | 276 | 306 | 135 | 4 | 0 | 65 | 26 | 101 | 60 | 71 |
| Binary | 10111110 | 11000110 | 1011101 | 100 | 0 | 110101 | 10110 | 1000001 | 110000 | 111001 |
Color Harmonies of #BEC65D
Complementary color
Monochromatic Colors of #BEC65D
Black with #BEC65D
Text Example
Text Example
White with #BEC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC65D; }
p { color: rgb(190,198,93); }
H1.HeaderClassName
{
color: #BEC65D;
}
.AnyTagClassName
{
color: #BEC65D;
}
</style>
background-color css
<style>
a { background-color: #BEC65D; }
a { background-color: rgb(190,198,93); }
div.DivClassName
{
background-color: #BEC65D;
}
.BgClassName
{
background-color: #BEC65D;
}
</style>
border-color css
<style>
span { border-color: #BEC65D; }
span { border-color: rgb(190,198,93); }
td.TdClassName
{
border-color: #BEC65D;
}
.TagClassName
{
border-color: #BEC65D;
}
</style>