Shades of Wild Willow #BEC55A
Tints of Wild Willow #BEC55A
RGB
CMYK
RGB Variations
Color information
#BEC55A (or 0xBEC55A) is known color: Wild Willow. HEX triplet: BE, C5 and 5A. RGB value is (190,197,90). Sum of RGB (Red+Green+Blue) = 190+197+90=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC55A is #413AA5. Grayscale: #B7B7B7. Windows color (decimal): -4274854 or 5948862. OLE color: 5948862.
HSL color Cylindrical-coordinate representation of color #BEC55A: hue angle of 63.93º 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 #BEC55A is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 90 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.23 |
| HSL | 63.93º | 0.48% | 0.56% | - |
| HSV(B) | 63.93º | 0.54% | 0.77% | - |
| XYZ | 43.05 | 51.62 | 17.37 | - |
| YUV | 182.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 90 | 0.04 | 0 | 0.54 | 0.23 | 63.93 | 0.48 | 0.56 |
| Hex | BE | C5 | 5A | 4 | 0 | 36 | 17 | 40 | 30 | 38 |
| Octal | 276 | 305 | 132 | 4 | 0 | 66 | 27 | 100 | 60 | 70 |
| Binary | 10111110 | 11000101 | 1011010 | 100 | 0 | 110110 | 10111 | 1000000 | 110000 | 111000 |
Color Harmonies of #BEC55A
Complementary color
Monochromatic Colors of #BEC55A
Black with #BEC55A
Text Example
Text Example
White with #BEC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC55A; }
p { color: rgb(190,197,90); }
H1.HeaderClassName
{
color: #BEC55A;
}
.AnyTagClassName
{
color: #BEC55A;
}
</style>
background-color css
<style>
a { background-color: #BEC55A; }
a { background-color: rgb(190,197,90); }
div.DivClassName
{
background-color: #BEC55A;
}
.BgClassName
{
background-color: #BEC55A;
}
</style>
border-color css
<style>
span { border-color: #BEC55A; }
span { border-color: rgb(190,197,90); }
td.TdClassName
{
border-color: #BEC55A;
}
.TagClassName
{
border-color: #BEC55A;
}
</style>