Shades of Wild Willow #BED364
Tints of Wild Willow #BED364
RGB
CMYK
RGB Variations
Color information
#BED364 (or 0xBED364) is known color: Wild Willow. HEX triplet: BE, D3 and 64. RGB value is (190,211,100). Sum of RGB (Red+Green+Blue) = 190+211+100=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #BED364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED364 is #412C9B. Grayscale: #C0C0C0. Windows color (decimal): -4271260 or 6607806. OLE color: 6607806.
HSL color Cylindrical-coordinate representation of color #BED364: hue angle of 71.35º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BED364 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 100 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.17 |
| HSL | 71.35º | 0.56% | 0.61% | - |
| HSV(B) | 71.35º | 0.53% | 0.83% | - |
| XYZ | 46.83 | 58.46 | 20.87 | - |
| YUV | 192.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 100 | 0.10 | 0 | 0.53 | 0.17 | 71.35 | 0.56 | 0.61 |
| Hex | BE | D3 | 64 | A | 0 | 35 | 11 | 47 | 38 | 3D |
| Octal | 276 | 323 | 144 | 12 | 0 | 65 | 21 | 107 | 70 | 75 |
| Binary | 10111110 | 11010011 | 1100100 | 1010 | 0 | 110101 | 10001 | 1000111 | 111000 | 111101 |
Color Harmonies of #BED364
Complementary color
Monochromatic Colors of #BED364
Black with #BED364
Text Example
Text Example
White with #BED364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED364; }
p { color: rgb(190,211,100); }
H1.HeaderClassName
{
color: #BED364;
}
.AnyTagClassName
{
color: #BED364;
}
</style>
background-color css
<style>
a { background-color: #BED364; }
a { background-color: rgb(190,211,100); }
div.DivClassName
{
background-color: #BED364;
}
.BgClassName
{
background-color: #BED364;
}
</style>
border-color css
<style>
span { border-color: #BED364; }
span { border-color: rgb(190,211,100); }
td.TdClassName
{
border-color: #BED364;
}
.TagClassName
{
border-color: #BED364;
}
</style>