Shades of Wild Willow #BEDA6A
Tints of Wild Willow #BEDA6A
RGB
CMYK
RGB Variations
Color information
#BEDA6A (or 0xBEDA6A) is known color: Wild Willow. HEX triplet: BE, DA and 6A. RGB value is (190,218,106). Sum of RGB (Red+Green+Blue) = 190+218+106=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA6A is #412595. Grayscale: #C5C5C5. Windows color (decimal): -4269462 or 7002814. OLE color: 7002814.
HSL color Cylindrical-coordinate representation of color #BEDA6A: hue angle of 75º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEDA6A is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 106 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.15 |
| HSL | 75º | 0.6% | 0.64% | - |
| HSV(B) | 75º | 0.51% | 0.85% | - |
| XYZ | 48.91 | 62.13 | 23.05 | - |
| YUV | 196.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 106 | 0.13 | 0 | 0.51 | 0.15 | 75 | 0.6 | 0.64 |
| Hex | BE | DA | 6A | D | 0 | 33 | F | 4B | 3C | 40 |
| Octal | 276 | 332 | 152 | 15 | 0 | 63 | 17 | 113 | 74 | 100 |
| Binary | 10111110 | 11011010 | 1101010 | 1101 | 0 | 110011 | 1111 | 1001011 | 111100 | 1000000 |
Color Harmonies of #BEDA6A
Complementary color
Monochromatic Colors of #BEDA6A
Black with #BEDA6A
Text Example
Text Example
White with #BEDA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA6A; }
p { color: rgb(190,218,106); }
H1.HeaderClassName
{
color: #BEDA6A;
}
.AnyTagClassName
{
color: #BEDA6A;
}
</style>
background-color css
<style>
a { background-color: #BEDA6A; }
a { background-color: rgb(190,218,106); }
div.DivClassName
{
background-color: #BEDA6A;
}
.BgClassName
{
background-color: #BEDA6A;
}
</style>
border-color css
<style>
span { border-color: #BEDA6A; }
span { border-color: rgb(190,218,106); }
td.TdClassName
{
border-color: #BEDA6A;
}
.TagClassName
{
border-color: #BEDA6A;
}
</style>