Shades of Wild Willow #BED86B
Tints of Wild Willow #BED86B
RGB
CMYK
RGB Variations
Color information
#BED86B (or 0xBED86B) is known color: Wild Willow. HEX triplet: BE, D8 and 6B. RGB value is (190,216,107). Sum of RGB (Red+Green+Blue) = 190+216+107=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #BED86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED86B is #412794. Grayscale: #C4C4C4. Windows color (decimal): -4269973 or 7067838. OLE color: 7067838.
HSL color Cylindrical-coordinate representation of color #BED86B: hue angle of 74.31º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BED86B is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 107 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.15 |
| HSL | 74.31º | 0.58% | 0.63% | - |
| HSV(B) | 74.31º | 0.5% | 0.85% | - |
| XYZ | 48.44 | 61.12 | 23.15 | - |
| YUV | 195.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 107 | 0.12 | 0 | 0.50 | 0.15 | 74.31 | 0.58 | 0.63 |
| Hex | BE | D8 | 6B | C | 0 | 32 | F | 4A | 3A | 3F |
| Octal | 276 | 330 | 153 | 14 | 0 | 62 | 17 | 112 | 72 | 77 |
| Binary | 10111110 | 11011000 | 1101011 | 1100 | 0 | 110010 | 1111 | 1001010 | 111010 | 111111 |
Color Harmonies of #BED86B
Complementary color
Monochromatic Colors of #BED86B
Black with #BED86B
Text Example
Text Example
White with #BED86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED86B; }
p { color: rgb(190,216,107); }
H1.HeaderClassName
{
color: #BED86B;
}
.AnyTagClassName
{
color: #BED86B;
}
</style>
background-color css
<style>
a { background-color: #BED86B; }
a { background-color: rgb(190,216,107); }
div.DivClassName
{
background-color: #BED86B;
}
.BgClassName
{
background-color: #BED86B;
}
</style>
border-color css
<style>
span { border-color: #BED86B; }
span { border-color: rgb(190,216,107); }
td.TdClassName
{
border-color: #BED86B;
}
.TagClassName
{
border-color: #BED86B;
}
</style>