Shades of Wild Willow #BECB5E
Tints of Wild Willow #BECB5E
RGB
CMYK
RGB Variations
Color information
#BECB5E (or 0xBECB5E) is known color: Wild Willow. HEX triplet: BE, CB and 5E. RGB value is (190,203,94). Sum of RGB (Red+Green+Blue) = 190+203+94=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB5E is #4134A1. Grayscale: #BBBBBB. Windows color (decimal): -4273314 or 6212542. OLE color: 6212542.
HSL color Cylindrical-coordinate representation of color #BECB5E: hue angle of 67.16º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BECB5E is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 94 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.20 |
| HSL | 67.16º | 0.51% | 0.58% | - |
| HSV(B) | 67.16º | 0.54% | 0.8% | - |
| XYZ | 44.61 | 54.47 | 18.75 | - |
| YUV | 186.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 94 | 0.06 | 0 | 0.54 | 0.20 | 67.16 | 0.51 | 0.58 |
| Hex | BE | CB | 5E | 6 | 0 | 36 | 14 | 43 | 33 | 3A |
| Octal | 276 | 313 | 136 | 6 | 0 | 66 | 24 | 103 | 63 | 72 |
| Binary | 10111110 | 11001011 | 1011110 | 110 | 0 | 110110 | 10100 | 1000011 | 110011 | 111010 |
Color Harmonies of #BECB5E
Complementary color
Monochromatic Colors of #BECB5E
Black with #BECB5E
Text Example
Text Example
White with #BECB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB5E; }
p { color: rgb(190,203,94); }
H1.HeaderClassName
{
color: #BECB5E;
}
.AnyTagClassName
{
color: #BECB5E;
}
</style>
background-color css
<style>
a { background-color: #BECB5E; }
a { background-color: rgb(190,203,94); }
div.DivClassName
{
background-color: #BECB5E;
}
.BgClassName
{
background-color: #BECB5E;
}
</style>
border-color css
<style>
span { border-color: #BECB5E; }
span { border-color: rgb(190,203,94); }
td.TdClassName
{
border-color: #BECB5E;
}
.TagClassName
{
border-color: #BECB5E;
}
</style>