Shades of Wild Willow #BEDA62
Tints of Wild Willow #BEDA62
RGB
CMYK
RGB Variations
Color information
#BEDA62 (or 0xBEDA62) is known color: Wild Willow. HEX triplet: BE, DA and 62. RGB value is (190,218,98). Sum of RGB (Red+Green+Blue) = 190+218+98=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA62 is #41259D. Grayscale: #C4C4C4. Windows color (decimal): -4269470 or 6478526. OLE color: 6478526.
HSL color Cylindrical-coordinate representation of color #BEDA62: hue angle of 74º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEDA62 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 98 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.15 |
| HSL | 74º | 0.62% | 0.62% | - |
| HSV(B) | 74º | 0.55% | 0.85% | - |
| XYZ | 48.51 | 61.97 | 20.96 | - |
| YUV | 195.95 | 72.72 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 98 | 0.13 | 0 | 0.55 | 0.15 | 74 | 0.62 | 0.62 |
| Hex | BE | DA | 62 | D | 0 | 37 | F | 4A | 3E | 3E |
| Octal | 276 | 332 | 142 | 15 | 0 | 67 | 17 | 112 | 76 | 76 |
| Binary | 10111110 | 11011010 | 1100010 | 1101 | 0 | 110111 | 1111 | 1001010 | 111110 | 111110 |
Color Harmonies of #BEDA62
Complementary color
Monochromatic Colors of #BEDA62
Black with #BEDA62
Text Example
Text Example
White with #BEDA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA62; }
p { color: rgb(190,218,98); }
H1.HeaderClassName
{
color: #BEDA62;
}
.AnyTagClassName
{
color: #BEDA62;
}
</style>
background-color css
<style>
a { background-color: #BEDA62; }
a { background-color: rgb(190,218,98); }
div.DivClassName
{
background-color: #BEDA62;
}
.BgClassName
{
background-color: #BEDA62;
}
</style>
border-color css
<style>
span { border-color: #BEDA62; }
span { border-color: rgb(190,218,98); }
td.TdClassName
{
border-color: #BEDA62;
}
.TagClassName
{
border-color: #BEDA62;
}
</style>