Shades of Wild Willow #BEC655
Tints of Wild Willow #BEC655
RGB
CMYK
RGB Variations
Color information
#BEC655 (or 0xBEC655) is known color: Wild Willow. HEX triplet: BE, C6 and 55. RGB value is (190,198,85). Sum of RGB (Red+Green+Blue) = 190+198+85=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC655 is #4139AA. Grayscale: #B7B7B7. Windows color (decimal): -4274603 or 5621438. OLE color: 5621438.
HSL color Cylindrical-coordinate representation of color #BEC655: hue angle of 64.25º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEC655 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 85 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.22 |
| HSL | 64.25º | 0.5% | 0.55% | - |
| HSV(B) | 64.25º | 0.57% | 0.78% | - |
| XYZ | 43.07 | 51.99 | 16.36 | - |
| YUV | 182.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 85 | 0.04 | 0 | 0.57 | 0.22 | 64.25 | 0.5 | 0.55 |
| Hex | BE | C6 | 55 | 4 | 0 | 39 | 16 | 40 | 32 | 37 |
| Octal | 276 | 306 | 125 | 4 | 0 | 71 | 26 | 100 | 62 | 67 |
| Binary | 10111110 | 11000110 | 1010101 | 100 | 0 | 111001 | 10110 | 1000000 | 110010 | 110111 |
Color Harmonies of #BEC655
Complementary color
Monochromatic Colors of #BEC655
Black with #BEC655
Text Example
Text Example
White with #BEC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC655; }
p { color: rgb(190,198,85); }
H1.HeaderClassName
{
color: #BEC655;
}
.AnyTagClassName
{
color: #BEC655;
}
</style>
background-color css
<style>
a { background-color: #BEC655; }
a { background-color: rgb(190,198,85); }
div.DivClassName
{
background-color: #BEC655;
}
.BgClassName
{
background-color: #BEC655;
}
</style>
border-color css
<style>
span { border-color: #BEC655; }
span { border-color: rgb(190,198,85); }
td.TdClassName
{
border-color: #BEC655;
}
.TagClassName
{
border-color: #BEC655;
}
</style>