Shades of Wild Willow #BEDB6B
Tints of Wild Willow #BEDB6B
RGB
CMYK
RGB Variations
Color information
#BEDB6B (or 0xBEDB6B) is known color: Wild Willow. HEX triplet: BE, DB and 6B. RGB value is (190,219,107). Sum of RGB (Red+Green+Blue) = 190+219+107=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB6B is #412494. Grayscale: #C5C5C5. Windows color (decimal): -4269205 or 7068606. OLE color: 7068606.
HSL color Cylindrical-coordinate representation of color #BEDB6B: hue angle of 75.54º degrees, saturation: 0.61, 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 #BEDB6B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 107 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.14 |
| HSL | 75.54º | 0.61% | 0.64% | - |
| HSV(B) | 75.54º | 0.51% | 0.86% | - |
| XYZ | 49.22 | 62.67 | 23.41 | - |
| YUV | 197.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 107 | 0.13 | 0 | 0.51 | 0.14 | 75.54 | 0.61 | 0.64 |
| Hex | BE | DB | 6B | D | 0 | 33 | E | 4C | 3D | 40 |
| Octal | 276 | 333 | 153 | 15 | 0 | 63 | 16 | 114 | 75 | 100 |
| Binary | 10111110 | 11011011 | 1101011 | 1101 | 0 | 110011 | 1110 | 1001100 | 111101 | 1000000 |
Color Harmonies of #BEDB6B
Complementary color
Monochromatic Colors of #BEDB6B
Black with #BEDB6B
Text Example
Text Example
White with #BEDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB6B; }
p { color: rgb(190,219,107); }
H1.HeaderClassName
{
color: #BEDB6B;
}
.AnyTagClassName
{
color: #BEDB6B;
}
</style>
background-color css
<style>
a { background-color: #BEDB6B; }
a { background-color: rgb(190,219,107); }
div.DivClassName
{
background-color: #BEDB6B;
}
.BgClassName
{
background-color: #BEDB6B;
}
</style>
border-color css
<style>
span { border-color: #BEDB6B; }
span { border-color: rgb(190,219,107); }
td.TdClassName
{
border-color: #BEDB6B;
}
.TagClassName
{
border-color: #BEDB6B;
}
</style>