Shades of Wild Willow #BED65D
Tints of Wild Willow #BED65D
RGB
CMYK
RGB Variations
Color information
#BED65D (or 0xBED65D) is known color: Wild Willow. HEX triplet: BE, D6 and 5D. RGB value is (190,214,93). Sum of RGB (Red+Green+Blue) = 190+214+93=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #BED65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED65D is #4129A2. Grayscale: #C1C1C1. Windows color (decimal): -4270499 or 6149822. OLE color: 6149822.
HSL color Cylindrical-coordinate representation of color #BED65D: hue angle of 71.9º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BED65D is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 93 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.16 |
| HSL | 71.9º | 0.6% | 0.6% | - |
| HSV(B) | 71.9º | 0.57% | 0.84% | - |
| XYZ | 47.26 | 59.83 | 19.41 | - |
| YUV | 193.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 93 | 0.11 | 0 | 0.57 | 0.16 | 71.9 | 0.6 | 0.6 |
| Hex | BE | D6 | 5D | B | 0 | 39 | 10 | 48 | 3C | 3C |
| Octal | 276 | 326 | 135 | 13 | 0 | 71 | 20 | 110 | 74 | 74 |
| Binary | 10111110 | 11010110 | 1011101 | 1011 | 0 | 111001 | 10000 | 1001000 | 111100 | 111100 |
Color Harmonies of #BED65D
Complementary color
Monochromatic Colors of #BED65D
Black with #BED65D
Text Example
Text Example
White with #BED65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED65D; }
p { color: rgb(190,214,93); }
H1.HeaderClassName
{
color: #BED65D;
}
.AnyTagClassName
{
color: #BED65D;
}
</style>
background-color css
<style>
a { background-color: #BED65D; }
a { background-color: rgb(190,214,93); }
div.DivClassName
{
background-color: #BED65D;
}
.BgClassName
{
background-color: #BED65D;
}
</style>
border-color css
<style>
span { border-color: #BED65D; }
span { border-color: rgb(190,214,93); }
td.TdClassName
{
border-color: #BED65D;
}
.TagClassName
{
border-color: #BED65D;
}
</style>