Shades of Wild Willow #BEC256
Tints of Wild Willow #BEC256
RGB
CMYK
RGB Variations
Color information
#BEC256 (or 0xBEC256) is known color: Wild Willow. HEX triplet: BE, C2 and 56. RGB value is (190,194,86). Sum of RGB (Red+Green+Blue) = 190+194+86=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC256 is #413DA9. Grayscale: #B4B4B4. Windows color (decimal): -4275626 or 5685950. OLE color: 5685950.
HSL color Cylindrical-coordinate representation of color #BEC256: hue angle of 62.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEC256 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 86 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.24 |
| HSL | 62.22º | 0.47% | 0.55% | - |
| HSV(B) | 62.22º | 0.56% | 0.76% | - |
| XYZ | 42.21 | 50.2 | 16.27 | - |
| YUV | 180.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 86 | 0.02 | 0 | 0.56 | 0.24 | 62.22 | 0.47 | 0.55 |
| Hex | BE | C2 | 56 | 2 | 0 | 38 | 18 | 3E | 2F | 37 |
| Octal | 276 | 302 | 126 | 2 | 0 | 70 | 30 | 76 | 57 | 67 |
| Binary | 10111110 | 11000010 | 1010110 | 10 | 0 | 111000 | 11000 | 111110 | 101111 | 110111 |
Color Harmonies of #BEC256
Complementary color
Monochromatic Colors of #BEC256
Black with #BEC256
Text Example
Text Example
White with #BEC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC256; }
p { color: rgb(190,194,86); }
H1.HeaderClassName
{
color: #BEC256;
}
.AnyTagClassName
{
color: #BEC256;
}
</style>
background-color css
<style>
a { background-color: #BEC256; }
a { background-color: rgb(190,194,86); }
div.DivClassName
{
background-color: #BEC256;
}
.BgClassName
{
background-color: #BEC256;
}
</style>
border-color css
<style>
span { border-color: #BEC256; }
span { border-color: rgb(190,194,86); }
td.TdClassName
{
border-color: #BEC256;
}
.TagClassName
{
border-color: #BEC256;
}
</style>