Shades of Wild Willow #BECA5E
Tints of Wild Willow #BECA5E
RGB
CMYK
RGB Variations
Color information
#BECA5E (or 0xBECA5E) is known color: Wild Willow. HEX triplet: BE, CA and 5E. RGB value is (190,202,94). Sum of RGB (Red+Green+Blue) = 190+202+94=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA5E is #4135A1. Grayscale: #BABABA. Windows color (decimal): -4273570 or 6212286. OLE color: 6212286.
HSL color Cylindrical-coordinate representation of color #BECA5E: hue angle of 66.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BECA5E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 94 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.21 |
| HSL | 66.67º | 0.5% | 0.58% | - |
| HSV(B) | 66.67º | 0.53% | 0.79% | - |
| XYZ | 44.38 | 54 | 18.67 | - |
| YUV | 186.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 94 | 0.06 | 0 | 0.53 | 0.21 | 66.67 | 0.5 | 0.58 |
| Hex | BE | CA | 5E | 6 | 0 | 35 | 15 | 43 | 32 | 3A |
| Octal | 276 | 312 | 136 | 6 | 0 | 65 | 25 | 103 | 62 | 72 |
| Binary | 10111110 | 11001010 | 1011110 | 110 | 0 | 110101 | 10101 | 1000011 | 110010 | 111010 |
Color Harmonies of #BECA5E
Complementary color
Monochromatic Colors of #BECA5E
Black with #BECA5E
Text Example
Text Example
White with #BECA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA5E; }
p { color: rgb(190,202,94); }
H1.HeaderClassName
{
color: #BECA5E;
}
.AnyTagClassName
{
color: #BECA5E;
}
</style>
background-color css
<style>
a { background-color: #BECA5E; }
a { background-color: rgb(190,202,94); }
div.DivClassName
{
background-color: #BECA5E;
}
.BgClassName
{
background-color: #BECA5E;
}
</style>
border-color css
<style>
span { border-color: #BECA5E; }
span { border-color: rgb(190,202,94); }
td.TdClassName
{
border-color: #BECA5E;
}
.TagClassName
{
border-color: #BECA5E;
}
</style>