Shades of Wild Willow #BED65F
Tints of Wild Willow #BED65F
RGB
CMYK
RGB Variations
Color information
#BED65F (or 0xBED65F) is known color: Wild Willow. HEX triplet: BE, D6 and 5F. RGB value is (190,214,95). Sum of RGB (Red+Green+Blue) = 190+214+95=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #BED65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED65F is #4129A0. Grayscale: #C1C1C1. Windows color (decimal): -4270497 or 6280894. OLE color: 6280894.
HSL color Cylindrical-coordinate representation of color #BED65F: hue angle of 72.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BED65F is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 95 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.16 |
| HSL | 72.1º | 0.59% | 0.61% | - |
| HSV(B) | 72.1º | 0.56% | 0.84% | - |
| XYZ | 47.35 | 59.87 | 19.89 | - |
| YUV | 193.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 95 | 0.11 | 0 | 0.56 | 0.16 | 72.1 | 0.59 | 0.61 |
| Hex | BE | D6 | 5F | B | 0 | 38 | 10 | 48 | 3B | 3D |
| Octal | 276 | 326 | 137 | 13 | 0 | 70 | 20 | 110 | 73 | 75 |
| Binary | 10111110 | 11010110 | 1011111 | 1011 | 0 | 111000 | 10000 | 1001000 | 111011 | 111101 |
Color Harmonies of #BED65F
Complementary color
Monochromatic Colors of #BED65F
Black with #BED65F
Text Example
Text Example
White with #BED65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED65F; }
p { color: rgb(190,214,95); }
H1.HeaderClassName
{
color: #BED65F;
}
.AnyTagClassName
{
color: #BED65F;
}
</style>
background-color css
<style>
a { background-color: #BED65F; }
a { background-color: rgb(190,214,95); }
div.DivClassName
{
background-color: #BED65F;
}
.BgClassName
{
background-color: #BED65F;
}
</style>
border-color css
<style>
span { border-color: #BED65F; }
span { border-color: rgb(190,214,95); }
td.TdClassName
{
border-color: #BED65F;
}
.TagClassName
{
border-color: #BED65F;
}
</style>