Shades of Wild Willow #BEDC6C
Tints of Wild Willow #BEDC6C
RGB
CMYK
RGB Variations
Color information
#BEDC6C (or 0xBEDC6C) is known color: Wild Willow. HEX triplet: BE, DC and 6C. RGB value is (190,220,108). Sum of RGB (Red+Green+Blue) = 190+220+108=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC6C is #412393. Grayscale: #C6C6C6. Windows color (decimal): -4268948 or 7134398. OLE color: 7134398.
HSL color Cylindrical-coordinate representation of color #BEDC6C: hue angle of 76.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEDC6C is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 108 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.14 |
| HSL | 76.07º | 0.62% | 0.64% | - |
| HSV(B) | 76.07º | 0.51% | 0.86% | - |
| XYZ | 49.54 | 63.22 | 23.78 | - |
| YUV | 198.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 108 | 0.14 | 0 | 0.51 | 0.14 | 76.07 | 0.62 | 0.64 |
| Hex | BE | DC | 6C | E | 0 | 33 | E | 4C | 3E | 40 |
| Octal | 276 | 334 | 154 | 16 | 0 | 63 | 16 | 114 | 76 | 100 |
| Binary | 10111110 | 11011100 | 1101100 | 1110 | 0 | 110011 | 1110 | 1001100 | 111110 | 1000000 |
Color Harmonies of #BEDC6C
Complementary color
Monochromatic Colors of #BEDC6C
Black with #BEDC6C
Text Example
Text Example
White with #BEDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC6C; }
p { color: rgb(190,220,108); }
H1.HeaderClassName
{
color: #BEDC6C;
}
.AnyTagClassName
{
color: #BEDC6C;
}
</style>
background-color css
<style>
a { background-color: #BEDC6C; }
a { background-color: rgb(190,220,108); }
div.DivClassName
{
background-color: #BEDC6C;
}
.BgClassName
{
background-color: #BEDC6C;
}
</style>
border-color css
<style>
span { border-color: #BEDC6C; }
span { border-color: rgb(190,220,108); }
td.TdClassName
{
border-color: #BEDC6C;
}
.TagClassName
{
border-color: #BEDC6C;
}
</style>