Shades of Wild Willow #BED362
Tints of Wild Willow #BED362
RGB
CMYK
RGB Variations
Color information
#BED362 (or 0xBED362) is known color: Wild Willow. HEX triplet: BE, D3 and 62. RGB value is (190,211,98). Sum of RGB (Red+Green+Blue) = 190+211+98=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #BED362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED362 is #412C9D. Grayscale: #C0C0C0. Windows color (decimal): -4271262 or 6476734. OLE color: 6476734.
HSL color Cylindrical-coordinate representation of color #BED362: hue angle of 71.15º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BED362 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 98 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.17 |
| HSL | 71.15º | 0.56% | 0.61% | - |
| HSV(B) | 71.15º | 0.54% | 0.83% | - |
| XYZ | 46.73 | 58.42 | 20.37 | - |
| YUV | 191.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 98 | 0.10 | 0 | 0.54 | 0.17 | 71.15 | 0.56 | 0.61 |
| Hex | BE | D3 | 62 | A | 0 | 36 | 11 | 47 | 38 | 3D |
| Octal | 276 | 323 | 142 | 12 | 0 | 66 | 21 | 107 | 70 | 75 |
| Binary | 10111110 | 11010011 | 1100010 | 1010 | 0 | 110110 | 10001 | 1000111 | 111000 | 111101 |
Color Harmonies of #BED362
Complementary color
Monochromatic Colors of #BED362
Black with #BED362
Text Example
Text Example
White with #BED362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED362; }
p { color: rgb(190,211,98); }
H1.HeaderClassName
{
color: #BED362;
}
.AnyTagClassName
{
color: #BED362;
}
</style>
background-color css
<style>
a { background-color: #BED362; }
a { background-color: rgb(190,211,98); }
div.DivClassName
{
background-color: #BED362;
}
.BgClassName
{
background-color: #BED362;
}
</style>
border-color css
<style>
span { border-color: #BED362; }
span { border-color: rgb(190,211,98); }
td.TdClassName
{
border-color: #BED362;
}
.TagClassName
{
border-color: #BED362;
}
</style>