Shades of Wild Willow #BEC65A
Tints of Wild Willow #BEC65A
RGB
CMYK
RGB Variations
Color information
#BEC65A (or 0xBEC65A) is known color: Wild Willow. HEX triplet: BE, C6 and 5A. RGB value is (190,198,90). Sum of RGB (Red+Green+Blue) = 190+198+90=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC65A is #4139A5. Grayscale: #B7B7B7. Windows color (decimal): -4274598 or 5949118. OLE color: 5949118.
HSL color Cylindrical-coordinate representation of color #BEC65A: hue angle of 64.44º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEC65A is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 90 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.22 |
| HSL | 64.44º | 0.49% | 0.56% | - |
| HSV(B) | 64.44º | 0.55% | 0.78% | - |
| XYZ | 43.27 | 52.07 | 17.44 | - |
| YUV | 183.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 90 | 0.04 | 0 | 0.55 | 0.22 | 64.44 | 0.49 | 0.56 |
| Hex | BE | C6 | 5A | 4 | 0 | 37 | 16 | 40 | 31 | 38 |
| Octal | 276 | 306 | 132 | 4 | 0 | 67 | 26 | 100 | 61 | 70 |
| Binary | 10111110 | 11000110 | 1011010 | 100 | 0 | 110111 | 10110 | 1000000 | 110001 | 111000 |
Color Harmonies of #BEC65A
Complementary color
Monochromatic Colors of #BEC65A
Black with #BEC65A
Text Example
Text Example
White with #BEC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC65A; }
p { color: rgb(190,198,90); }
H1.HeaderClassName
{
color: #BEC65A;
}
.AnyTagClassName
{
color: #BEC65A;
}
</style>
background-color css
<style>
a { background-color: #BEC65A; }
a { background-color: rgb(190,198,90); }
div.DivClassName
{
background-color: #BEC65A;
}
.BgClassName
{
background-color: #BEC65A;
}
</style>
border-color css
<style>
span { border-color: #BEC65A; }
span { border-color: rgb(190,198,90); }
td.TdClassName
{
border-color: #BEC65A;
}
.TagClassName
{
border-color: #BEC65A;
}
</style>