Shades of Wild Willow #BEC860
Tints of Wild Willow #BEC860
RGB
CMYK
RGB Variations
Color information
#BEC860 (or 0xBEC860) is known color: Wild Willow. HEX triplet: BE, C8 and 60. RGB value is (190,200,96). Sum of RGB (Red+Green+Blue) = 190+200+96=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC860 is #41379F. Grayscale: #B9B9B9. Windows color (decimal): -4274080 or 6342846. OLE color: 6342846.
HSL color Cylindrical-coordinate representation of color #BEC860: hue angle of 65.77º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEC860 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 96 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.22 |
| HSL | 65.77º | 0.49% | 0.58% | - |
| HSV(B) | 65.77º | 0.52% | 0.78% | - |
| XYZ | 44 | 53.1 | 19 | - |
| YUV | 185.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 96 | 0.05 | 0 | 0.52 | 0.22 | 65.77 | 0.49 | 0.58 |
| Hex | BE | C8 | 60 | 5 | 0 | 34 | 16 | 42 | 31 | 3A |
| Octal | 276 | 310 | 140 | 5 | 0 | 64 | 26 | 102 | 61 | 72 |
| Binary | 10111110 | 11001000 | 1100000 | 101 | 0 | 110100 | 10110 | 1000010 | 110001 | 111010 |
Color Harmonies of #BEC860
Complementary color
Monochromatic Colors of #BEC860
Black with #BEC860
Text Example
Text Example
White with #BEC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC860; }
p { color: rgb(190,200,96); }
H1.HeaderClassName
{
color: #BEC860;
}
.AnyTagClassName
{
color: #BEC860;
}
</style>
background-color css
<style>
a { background-color: #BEC860; }
a { background-color: rgb(190,200,96); }
div.DivClassName
{
background-color: #BEC860;
}
.BgClassName
{
background-color: #BEC860;
}
</style>
border-color css
<style>
span { border-color: #BEC860; }
span { border-color: rgb(190,200,96); }
td.TdClassName
{
border-color: #BEC860;
}
.TagClassName
{
border-color: #BEC860;
}
</style>