Shades of Wild Willow #BED262
Tints of Wild Willow #BED262
RGB
CMYK
RGB Variations
Color information
#BED262 (or 0xBED262) is known color: Wild Willow. HEX triplet: BE, D2 and 62. RGB value is (190,210,98). Sum of RGB (Red+Green+Blue) = 190+210+98=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #BED262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED262 is #412D9D. Grayscale: #BFBFBF. Windows color (decimal): -4271518 or 6476478. OLE color: 6476478.
HSL color Cylindrical-coordinate representation of color #BED262: hue angle of 70.71º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BED262 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 98 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.18 |
| HSL | 70.71º | 0.55% | 0.6% | - |
| HSV(B) | 70.71º | 0.53% | 0.82% | - |
| XYZ | 46.49 | 57.92 | 20.29 | - |
| YUV | 191.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 98 | 0.10 | 0 | 0.53 | 0.18 | 70.71 | 0.55 | 0.6 |
| Hex | BE | D2 | 62 | A | 0 | 35 | 12 | 47 | 37 | 3C |
| Octal | 276 | 322 | 142 | 12 | 0 | 65 | 22 | 107 | 67 | 74 |
| Binary | 10111110 | 11010010 | 1100010 | 1010 | 0 | 110101 | 10010 | 1000111 | 110111 | 111100 |
Color Harmonies of #BED262
Complementary color
Monochromatic Colors of #BED262
Black with #BED262
Text Example
Text Example
White with #BED262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED262; }
p { color: rgb(190,210,98); }
H1.HeaderClassName
{
color: #BED262;
}
.AnyTagClassName
{
color: #BED262;
}
</style>
background-color css
<style>
a { background-color: #BED262; }
a { background-color: rgb(190,210,98); }
div.DivClassName
{
background-color: #BED262;
}
.BgClassName
{
background-color: #BED262;
}
</style>
border-color css
<style>
span { border-color: #BED262; }
span { border-color: rgb(190,210,98); }
td.TdClassName
{
border-color: #BED262;
}
.TagClassName
{
border-color: #BED262;
}
</style>