Shades of Wild Willow #BEDA65
Tints of Wild Willow #BEDA65
RGB
CMYK
RGB Variations
Color information
#BEDA65 (or 0xBEDA65) is known color: Wild Willow. HEX triplet: BE, DA and 65. RGB value is (190,218,101). Sum of RGB (Red+Green+Blue) = 190+218+101=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA65 is #41259A. Grayscale: #C4C4C4. Windows color (decimal): -4269467 or 6675134. OLE color: 6675134.
HSL color Cylindrical-coordinate representation of color #BEDA65: hue angle of 74.36º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEDA65 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 101 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.15 |
| HSL | 74.36º | 0.61% | 0.63% | - |
| HSV(B) | 74.36º | 0.54% | 0.85% | - |
| XYZ | 48.66 | 62.03 | 21.72 | - |
| YUV | 196.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 101 | 0.13 | 0 | 0.54 | 0.15 | 74.36 | 0.61 | 0.63 |
| Hex | BE | DA | 65 | D | 0 | 36 | F | 4A | 3D | 3F |
| Octal | 276 | 332 | 145 | 15 | 0 | 66 | 17 | 112 | 75 | 77 |
| Binary | 10111110 | 11011010 | 1100101 | 1101 | 0 | 110110 | 1111 | 1001010 | 111101 | 111111 |
Color Harmonies of #BEDA65
Complementary color
Monochromatic Colors of #BEDA65
Black with #BEDA65
Text Example
Text Example
White with #BEDA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA65; }
p { color: rgb(190,218,101); }
H1.HeaderClassName
{
color: #BEDA65;
}
.AnyTagClassName
{
color: #BEDA65;
}
</style>
background-color css
<style>
a { background-color: #BEDA65; }
a { background-color: rgb(190,218,101); }
div.DivClassName
{
background-color: #BEDA65;
}
.BgClassName
{
background-color: #BEDA65;
}
</style>
border-color css
<style>
span { border-color: #BEDA65; }
span { border-color: rgb(190,218,101); }
td.TdClassName
{
border-color: #BEDA65;
}
.TagClassName
{
border-color: #BEDA65;
}
</style>