Shades of Wild Willow #BED25E
Tints of Wild Willow #BED25E
RGB
CMYK
RGB Variations
Color information
#BED25E (or 0xBED25E) is known color: Wild Willow. HEX triplet: BE, D2 and 5E. RGB value is (190,210,94). Sum of RGB (Red+Green+Blue) = 190+210+94=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #BED25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED25E is #412DA1. Grayscale: #BFBFBF. Windows color (decimal): -4271522 or 6214334. OLE color: 6214334.
HSL color Cylindrical-coordinate representation of color #BED25E: hue angle of 70.34º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BED25E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 94 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.18 |
| HSL | 70.34º | 0.56% | 0.6% | - |
| HSV(B) | 70.34º | 0.55% | 0.82% | - |
| XYZ | 46.3 | 57.85 | 19.32 | - |
| YUV | 190.8 | 73.37 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 94 | 0.10 | 0 | 0.55 | 0.18 | 70.34 | 0.56 | 0.6 |
| Hex | BE | D2 | 5E | A | 0 | 37 | 12 | 46 | 38 | 3C |
| Octal | 276 | 322 | 136 | 12 | 0 | 67 | 22 | 106 | 70 | 74 |
| Binary | 10111110 | 11010010 | 1011110 | 1010 | 0 | 110111 | 10010 | 1000110 | 111000 | 111100 |
Color Harmonies of #BED25E
Complementary color
Monochromatic Colors of #BED25E
Black with #BED25E
Text Example
Text Example
White with #BED25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED25E; }
p { color: rgb(190,210,94); }
H1.HeaderClassName
{
color: #BED25E;
}
.AnyTagClassName
{
color: #BED25E;
}
</style>
background-color css
<style>
a { background-color: #BED25E; }
a { background-color: rgb(190,210,94); }
div.DivClassName
{
background-color: #BED25E;
}
.BgClassName
{
background-color: #BED25E;
}
</style>
border-color css
<style>
span { border-color: #BED25E; }
span { border-color: rgb(190,210,94); }
td.TdClassName
{
border-color: #BED25E;
}
.TagClassName
{
border-color: #BED25E;
}
</style>