Shades of Wild Willow #BED656
Tints of Wild Willow #BED656
RGB
CMYK
RGB Variations
Color information
#BED656 (or 0xBED656) is known color: Wild Willow. HEX triplet: BE, D6 and 56. RGB value is (190,214,86). Sum of RGB (Red+Green+Blue) = 190+214+86=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #BED656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED656 is #4129A9. Grayscale: #C0C0C0. Windows color (decimal): -4270506 or 5691070. OLE color: 5691070.
HSL color Cylindrical-coordinate representation of color #BED656: hue angle of 71.25º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BED656 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 86 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.16 |
| HSL | 71.25º | 0.61% | 0.59% | - |
| HSV(B) | 71.25º | 0.6% | 0.84% | - |
| XYZ | 46.96 | 59.71 | 17.85 | - |
| YUV | 192.23 | 68.05 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 86 | 0.11 | 0 | 0.60 | 0.16 | 71.25 | 0.61 | 0.59 |
| Hex | BE | D6 | 56 | B | 0 | 3C | 10 | 47 | 3D | 3B |
| Octal | 276 | 326 | 126 | 13 | 0 | 74 | 20 | 107 | 75 | 73 |
| Binary | 10111110 | 11010110 | 1010110 | 1011 | 0 | 111100 | 10000 | 1000111 | 111101 | 111011 |
Color Harmonies of #BED656
Complementary color
Monochromatic Colors of #BED656
Black with #BED656
Text Example
Text Example
White with #BED656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED656; }
p { color: rgb(190,214,86); }
H1.HeaderClassName
{
color: #BED656;
}
.AnyTagClassName
{
color: #BED656;
}
</style>
background-color css
<style>
a { background-color: #BED656; }
a { background-color: rgb(190,214,86); }
div.DivClassName
{
background-color: #BED656;
}
.BgClassName
{
background-color: #BED656;
}
</style>
border-color css
<style>
span { border-color: #BED656; }
span { border-color: rgb(190,214,86); }
td.TdClassName
{
border-color: #BED656;
}
.TagClassName
{
border-color: #BED656;
}
</style>