Shades of Wild Willow #BED76E
Tints of Wild Willow #BED76E
RGB
CMYK
RGB Variations
Color information
#BED76E (or 0xBED76E) is known color: Wild Willow. HEX triplet: BE, D7 and 6E. RGB value is (190,215,110). Sum of RGB (Red+Green+Blue) = 190+215+110=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #BED76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED76E is #412891. Grayscale: #C3C3C3. Windows color (decimal): -4270226 or 7264190. OLE color: 7264190.
HSL color Cylindrical-coordinate representation of color #BED76E: hue angle of 74.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BED76E is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 110 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.16 |
| HSL | 74.29º | 0.57% | 0.64% | - |
| HSV(B) | 74.29º | 0.49% | 0.84% | - |
| XYZ | 48.35 | 60.67 | 23.91 | - |
| YUV | 195.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 110 | 0.12 | 0 | 0.49 | 0.16 | 74.29 | 0.57 | 0.64 |
| Hex | BE | D7 | 6E | C | 0 | 31 | 10 | 4A | 39 | 40 |
| Octal | 276 | 327 | 156 | 14 | 0 | 61 | 20 | 112 | 71 | 100 |
| Binary | 10111110 | 11010111 | 1101110 | 1100 | 0 | 110001 | 10000 | 1001010 | 111001 | 1000000 |
Color Harmonies of #BED76E
Complementary color
Monochromatic Colors of #BED76E
Black with #BED76E
Text Example
Text Example
White with #BED76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED76E; }
p { color: rgb(190,215,110); }
H1.HeaderClassName
{
color: #BED76E;
}
.AnyTagClassName
{
color: #BED76E;
}
</style>
background-color css
<style>
a { background-color: #BED76E; }
a { background-color: rgb(190,215,110); }
div.DivClassName
{
background-color: #BED76E;
}
.BgClassName
{
background-color: #BED76E;
}
</style>
border-color css
<style>
span { border-color: #BED76E; }
span { border-color: rgb(190,215,110); }
td.TdClassName
{
border-color: #BED76E;
}
.TagClassName
{
border-color: #BED76E;
}
</style>