Shades of Wild Willow #BEDB65
Tints of Wild Willow #BEDB65
RGB
CMYK
RGB Variations
Color information
#BEDB65 (or 0xBEDB65) is known color: Wild Willow. HEX triplet: BE, DB and 65. RGB value is (190,219,101). Sum of RGB (Red+Green+Blue) = 190+219+101=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB65 is #41249A. Grayscale: #C5C5C5. Windows color (decimal): -4269211 or 6675390. OLE color: 6675390.
HSL color Cylindrical-coordinate representation of color #BEDB65: hue angle of 74.75º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEDB65 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 101 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.14 |
| HSL | 74.75º | 0.62% | 0.63% | - |
| HSV(B) | 74.75º | 0.54% | 0.86% | - |
| XYZ | 48.92 | 62.55 | 21.81 | - |
| YUV | 196.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 101 | 0.13 | 0 | 0.54 | 0.14 | 74.75 | 0.62 | 0.63 |
| Hex | BE | DB | 65 | D | 0 | 36 | E | 4B | 3E | 3F |
| Octal | 276 | 333 | 145 | 15 | 0 | 66 | 16 | 113 | 76 | 77 |
| Binary | 10111110 | 11011011 | 1100101 | 1101 | 0 | 110110 | 1110 | 1001011 | 111110 | 111111 |
Color Harmonies of #BEDB65
Complementary color
Monochromatic Colors of #BEDB65
Black with #BEDB65
Text Example
Text Example
White with #BEDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB65; }
p { color: rgb(190,219,101); }
H1.HeaderClassName
{
color: #BEDB65;
}
.AnyTagClassName
{
color: #BEDB65;
}
</style>
background-color css
<style>
a { background-color: #BEDB65; }
a { background-color: rgb(190,219,101); }
div.DivClassName
{
background-color: #BEDB65;
}
.BgClassName
{
background-color: #BEDB65;
}
</style>
border-color css
<style>
span { border-color: #BEDB65; }
span { border-color: rgb(190,219,101); }
td.TdClassName
{
border-color: #BEDB65;
}
.TagClassName
{
border-color: #BEDB65;
}
</style>