Shades of Wild Willow #BED86A
Tints of Wild Willow #BED86A
RGB
CMYK
RGB Variations
Color information
#BED86A (or 0xBED86A) is known color: Wild Willow. HEX triplet: BE, D8 and 6A. RGB value is (190,216,106). Sum of RGB (Red+Green+Blue) = 190+216+106=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #BED86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED86A is #412795. Grayscale: #C4C4C4. Windows color (decimal): -4269974 or 7002302. OLE color: 7002302.
HSL color Cylindrical-coordinate representation of color #BED86A: hue angle of 74.18º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BED86A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 106 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.15 |
| HSL | 74.18º | 0.59% | 0.63% | - |
| HSV(B) | 74.18º | 0.51% | 0.85% | - |
| XYZ | 48.39 | 61.1 | 22.88 | - |
| YUV | 195.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 106 | 0.12 | 0 | 0.51 | 0.15 | 74.18 | 0.59 | 0.63 |
| Hex | BE | D8 | 6A | C | 0 | 33 | F | 4A | 3B | 3F |
| Octal | 276 | 330 | 152 | 14 | 0 | 63 | 17 | 112 | 73 | 77 |
| Binary | 10111110 | 11011000 | 1101010 | 1100 | 0 | 110011 | 1111 | 1001010 | 111011 | 111111 |
Color Harmonies of #BED86A
Complementary color
Monochromatic Colors of #BED86A
Black with #BED86A
Text Example
Text Example
White with #BED86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED86A; }
p { color: rgb(190,216,106); }
H1.HeaderClassName
{
color: #BED86A;
}
.AnyTagClassName
{
color: #BED86A;
}
</style>
background-color css
<style>
a { background-color: #BED86A; }
a { background-color: rgb(190,216,106); }
div.DivClassName
{
background-color: #BED86A;
}
.BgClassName
{
background-color: #BED86A;
}
</style>
border-color css
<style>
span { border-color: #BED86A; }
span { border-color: rgb(190,216,106); }
td.TdClassName
{
border-color: #BED86A;
}
.TagClassName
{
border-color: #BED86A;
}
</style>