Shades of Wild Willow #BED858
Tints of Wild Willow #BED858
RGB
CMYK
RGB Variations
Color information
#BED858 (or 0xBED858) is known color: Wild Willow. HEX triplet: BE, D8 and 58. RGB value is (190,216,88). Sum of RGB (Red+Green+Blue) = 190+216+88=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #BED858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED858 is #4127A7. Grayscale: #C2C2C2. Windows color (decimal): -4269992 or 5822654. OLE color: 5822654.
HSL color Cylindrical-coordinate representation of color #BED858: hue angle of 72.19º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BED858 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 88 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.15 |
| HSL | 72.19º | 0.62% | 0.6% | - |
| HSV(B) | 72.19º | 0.59% | 0.85% | - |
| XYZ | 47.55 | 60.76 | 18.45 | - |
| YUV | 193.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 88 | 0.12 | 0 | 0.59 | 0.15 | 72.19 | 0.62 | 0.6 |
| Hex | BE | D8 | 58 | C | 0 | 3B | F | 48 | 3E | 3C |
| Octal | 276 | 330 | 130 | 14 | 0 | 73 | 17 | 110 | 76 | 74 |
| Binary | 10111110 | 11011000 | 1011000 | 1100 | 0 | 111011 | 1111 | 1001000 | 111110 | 111100 |
Color Harmonies of #BED858
Complementary color
Monochromatic Colors of #BED858
Black with #BED858
Text Example
Text Example
White with #BED858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED858; }
p { color: rgb(190,216,88); }
H1.HeaderClassName
{
color: #BED858;
}
.AnyTagClassName
{
color: #BED858;
}
</style>
background-color css
<style>
a { background-color: #BED858; }
a { background-color: rgb(190,216,88); }
div.DivClassName
{
background-color: #BED858;
}
.BgClassName
{
background-color: #BED858;
}
</style>
border-color css
<style>
span { border-color: #BED858; }
span { border-color: rgb(190,216,88); }
td.TdClassName
{
border-color: #BED858;
}
.TagClassName
{
border-color: #BED858;
}
</style>