Shades of Wild Willow #BED86C
Tints of Wild Willow #BED86C
RGB
CMYK
RGB Variations
Color information
#BED86C (or 0xBED86C) is known color: Wild Willow. HEX triplet: BE, D8 and 6C. RGB value is (190,216,108). Sum of RGB (Red+Green+Blue) = 190+216+108=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #BED86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED86C is #412793. Grayscale: #C4C4C4. Windows color (decimal): -4269972 or 7133374. OLE color: 7133374.
HSL color Cylindrical-coordinate representation of color #BED86C: hue angle of 74.44º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BED86C is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 108 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.15 |
| HSL | 74.44º | 0.58% | 0.64% | - |
| HSV(B) | 74.44º | 0.5% | 0.85% | - |
| XYZ | 48.5 | 61.14 | 23.43 | - |
| YUV | 195.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 108 | 0.12 | 0 | 0.50 | 0.15 | 74.44 | 0.58 | 0.64 |
| Hex | BE | D8 | 6C | C | 0 | 32 | F | 4A | 3A | 40 |
| Octal | 276 | 330 | 154 | 14 | 0 | 62 | 17 | 112 | 72 | 100 |
| Binary | 10111110 | 11011000 | 1101100 | 1100 | 0 | 110010 | 1111 | 1001010 | 111010 | 1000000 |
Color Harmonies of #BED86C
Complementary color
Monochromatic Colors of #BED86C
Black with #BED86C
Text Example
Text Example
White with #BED86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED86C; }
p { color: rgb(190,216,108); }
H1.HeaderClassName
{
color: #BED86C;
}
.AnyTagClassName
{
color: #BED86C;
}
</style>
background-color css
<style>
a { background-color: #BED86C; }
a { background-color: rgb(190,216,108); }
div.DivClassName
{
background-color: #BED86C;
}
.BgClassName
{
background-color: #BED86C;
}
</style>
border-color css
<style>
span { border-color: #BED86C; }
span { border-color: rgb(190,216,108); }
td.TdClassName
{
border-color: #BED86C;
}
.TagClassName
{
border-color: #BED86C;
}
</style>