Shades of Wild Willow #BED371
Tints of Wild Willow #BED371
RGB
CMYK
RGB Variations
Color information
#BED371 (or 0xBED371) is known color: Wild Willow. HEX triplet: BE, D3 and 71. RGB value is (190,211,113). Sum of RGB (Red+Green+Blue) = 190+211+113=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #BED371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED371 is #412C8E. Grayscale: #C1C1C1. Windows color (decimal): -4271247 or 7459774. OLE color: 7459774.
HSL color Cylindrical-coordinate representation of color #BED371: hue angle of 72.86º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BED371 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 113 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.17 |
| HSL | 72.86º | 0.53% | 0.64% | - |
| HSV(B) | 72.86º | 0.46% | 0.83% | - |
| XYZ | 47.51 | 58.73 | 24.45 | - |
| YUV | 193.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 113 | 0.10 | 0 | 0.46 | 0.17 | 72.86 | 0.53 | 0.64 |
| Hex | BE | D3 | 71 | A | 0 | 2E | 11 | 49 | 35 | 40 |
| Octal | 276 | 323 | 161 | 12 | 0 | 56 | 21 | 111 | 65 | 100 |
| Binary | 10111110 | 11010011 | 1110001 | 1010 | 0 | 101110 | 10001 | 1001001 | 110101 | 1000000 |
Color Harmonies of #BED371
Complementary color
Monochromatic Colors of #BED371
Black with #BED371
Text Example
Text Example
White with #BED371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED371; }
p { color: rgb(190,211,113); }
H1.HeaderClassName
{
color: #BED371;
}
.AnyTagClassName
{
color: #BED371;
}
</style>
background-color css
<style>
a { background-color: #BED371; }
a { background-color: rgb(190,211,113); }
div.DivClassName
{
background-color: #BED371;
}
.BgClassName
{
background-color: #BED371;
}
</style>
border-color css
<style>
span { border-color: #BED371; }
span { border-color: rgb(190,211,113); }
td.TdClassName
{
border-color: #BED371;
}
.TagClassName
{
border-color: #BED371;
}
</style>