Shades of Wild Willow #BEC05A
Tints of Wild Willow #BEC05A
RGB
CMYK
RGB Variations
Color information
#BEC05A (or 0xBEC05A) is known color: Wild Willow. HEX triplet: BE, C0 and 5A. RGB value is (190,192,90). Sum of RGB (Red+Green+Blue) = 190+192+90=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC05A is #413FA5. Grayscale: #B4B4B4. Windows color (decimal): -4276134 or 5947582. OLE color: 5947582.
HSL color Cylindrical-coordinate representation of color #BEC05A: hue angle of 61.18º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEC05A is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 90 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.25 |
| HSL | 61.18º | 0.45% | 0.55% | - |
| HSV(B) | 61.18º | 0.53% | 0.75% | - |
| XYZ | 41.93 | 49.38 | 17 | - |
| YUV | 179.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 90 | 0.01 | 0 | 0.53 | 0.25 | 61.18 | 0.45 | 0.55 |
| Hex | BE | C0 | 5A | 1 | 0 | 35 | 19 | 3D | 2D | 37 |
| Octal | 276 | 300 | 132 | 1 | 0 | 65 | 31 | 75 | 55 | 67 |
| Binary | 10111110 | 11000000 | 1011010 | 1 | 0 | 110101 | 11001 | 111101 | 101101 | 110111 |
Color Harmonies of #BEC05A
Complementary color
Monochromatic Colors of #BEC05A
Black with #BEC05A
Text Example
Text Example
White with #BEC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC05A; }
p { color: rgb(190,192,90); }
H1.HeaderClassName
{
color: #BEC05A;
}
.AnyTagClassName
{
color: #BEC05A;
}
</style>
background-color css
<style>
a { background-color: #BEC05A; }
a { background-color: rgb(190,192,90); }
div.DivClassName
{
background-color: #BEC05A;
}
.BgClassName
{
background-color: #BEC05A;
}
</style>
border-color css
<style>
span { border-color: #BEC05A; }
span { border-color: rgb(190,192,90); }
td.TdClassName
{
border-color: #BEC05A;
}
.TagClassName
{
border-color: #BEC05A;
}
</style>