Shades of Wild Willow #BED55F
Tints of Wild Willow #BED55F
RGB
CMYK
RGB Variations
Color information
#BED55F (or 0xBED55F) is known color: Wild Willow. HEX triplet: BE, D5 and 5F. RGB value is (190,213,95). Sum of RGB (Red+Green+Blue) = 190+213+95=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #BED55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED55F is #412AA0. Grayscale: #C1C1C1. Windows color (decimal): -4270753 or 6280638. OLE color: 6280638.
HSL color Cylindrical-coordinate representation of color #BED55F: hue angle of 71.69º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BED55F is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 95 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.16 |
| HSL | 71.69º | 0.58% | 0.6% | - |
| HSV(B) | 71.69º | 0.55% | 0.84% | - |
| XYZ | 47.1 | 59.36 | 19.8 | - |
| YUV | 192.67 | 72.88 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 95 | 0.11 | 0 | 0.55 | 0.16 | 71.69 | 0.58 | 0.6 |
| Hex | BE | D5 | 5F | B | 0 | 37 | 10 | 48 | 3A | 3C |
| Octal | 276 | 325 | 137 | 13 | 0 | 67 | 20 | 110 | 72 | 74 |
| Binary | 10111110 | 11010101 | 1011111 | 1011 | 0 | 110111 | 10000 | 1001000 | 111010 | 111100 |
Color Harmonies of #BED55F
Complementary color
Monochromatic Colors of #BED55F
Black with #BED55F
Text Example
Text Example
White with #BED55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED55F; }
p { color: rgb(190,213,95); }
H1.HeaderClassName
{
color: #BED55F;
}
.AnyTagClassName
{
color: #BED55F;
}
</style>
background-color css
<style>
a { background-color: #BED55F; }
a { background-color: rgb(190,213,95); }
div.DivClassName
{
background-color: #BED55F;
}
.BgClassName
{
background-color: #BED55F;
}
</style>
border-color css
<style>
span { border-color: #BED55F; }
span { border-color: rgb(190,213,95); }
td.TdClassName
{
border-color: #BED55F;
}
.TagClassName
{
border-color: #BED55F;
}
</style>