Shades of Wild Willow #BED758
Tints of Wild Willow #BED758
RGB
CMYK
RGB Variations
Color information
#BED758 (or 0xBED758) is known color: Wild Willow. HEX triplet: BE, D7 and 58. RGB value is (190,215,88). Sum of RGB (Red+Green+Blue) = 190+215+88=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #BED758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED758 is #4128A7. Grayscale: #C1C1C1. Windows color (decimal): -4270248 or 5822398. OLE color: 5822398.
HSL color Cylindrical-coordinate representation of color #BED758: hue angle of 71.81º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BED758 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 88 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.16 |
| HSL | 71.81º | 0.61% | 0.59% | - |
| HSV(B) | 71.81º | 0.59% | 0.84% | - |
| XYZ | 47.3 | 60.25 | 18.37 | - |
| YUV | 193.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 88 | 0.12 | 0 | 0.59 | 0.16 | 71.81 | 0.61 | 0.59 |
| Hex | BE | D7 | 58 | C | 0 | 3B | 10 | 48 | 3D | 3B |
| Octal | 276 | 327 | 130 | 14 | 0 | 73 | 20 | 110 | 75 | 73 |
| Binary | 10111110 | 11010111 | 1011000 | 1100 | 0 | 111011 | 10000 | 1001000 | 111101 | 111011 |
Color Harmonies of #BED758
Complementary color
Monochromatic Colors of #BED758
Black with #BED758
Text Example
Text Example
White with #BED758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED758; }
p { color: rgb(190,215,88); }
H1.HeaderClassName
{
color: #BED758;
}
.AnyTagClassName
{
color: #BED758;
}
</style>
background-color css
<style>
a { background-color: #BED758; }
a { background-color: rgb(190,215,88); }
div.DivClassName
{
background-color: #BED758;
}
.BgClassName
{
background-color: #BED758;
}
</style>
border-color css
<style>
span { border-color: #BED758; }
span { border-color: rgb(190,215,88); }
td.TdClassName
{
border-color: #BED758;
}
.TagClassName
{
border-color: #BED758;
}
</style>