Shades of Wild Willow #BED34D
Tints of Wild Willow #BED34D
RGB
CMYK
RGB Variations
Color information
#BED34D (or 0xBED34D) is known color: Wild Willow. HEX triplet: BE, D3 and 4D. RGB value is (190,211,77). Sum of RGB (Red+Green+Blue) = 190+211+77=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #BED34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED34D is #412CB2. Grayscale: #BDBDBD. Windows color (decimal): -4271283 or 5100478. OLE color: 5100478.
HSL color Cylindrical-coordinate representation of color #BED34D: hue angle of 69.4º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BED34D is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 77 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.17 |
| HSL | 69.4º | 0.6% | 0.56% | - |
| HSV(B) | 69.4º | 0.64% | 0.83% | - |
| XYZ | 45.87 | 58.07 | 15.81 | - |
| YUV | 189.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 77 | 0.10 | 0 | 0.64 | 0.17 | 69.4 | 0.6 | 0.56 |
| Hex | BE | D3 | 4D | A | 0 | 40 | 11 | 45 | 3C | 38 |
| Octal | 276 | 323 | 115 | 12 | 0 | 100 | 21 | 105 | 74 | 70 |
| Binary | 10111110 | 11010011 | 1001101 | 1010 | 0 | 1000000 | 10001 | 1000101 | 111100 | 111000 |
Color Harmonies of #BED34D
Complementary color
Monochromatic Colors of #BED34D
Black with #BED34D
Text Example
Text Example
White with #BED34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED34D; }
p { color: rgb(190,211,77); }
H1.HeaderClassName
{
color: #BED34D;
}
.AnyTagClassName
{
color: #BED34D;
}
</style>
background-color css
<style>
a { background-color: #BED34D; }
a { background-color: rgb(190,211,77); }
div.DivClassName
{
background-color: #BED34D;
}
.BgClassName
{
background-color: #BED34D;
}
</style>
border-color css
<style>
span { border-color: #BED34D; }
span { border-color: rgb(190,211,77); }
td.TdClassName
{
border-color: #BED34D;
}
.TagClassName
{
border-color: #BED34D;
}
</style>