Shades of Wild Willow #BED353
Tints of Wild Willow #BED353
RGB
CMYK
RGB Variations
Color information
#BED353 (or 0xBED353) is known color: Wild Willow. HEX triplet: BE, D3 and 53. RGB value is (190,211,83). Sum of RGB (Red+Green+Blue) = 190+211+83=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #BED353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED353 is #412CAC. Grayscale: #BEBEBE. Windows color (decimal): -4271277 or 5493694. OLE color: 5493694.
HSL color Cylindrical-coordinate representation of color #BED353: hue angle of 69.84º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BED353 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 83 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.17 |
| HSL | 69.84º | 0.59% | 0.58% | - |
| HSV(B) | 69.84º | 0.61% | 0.83% | - |
| XYZ | 46.09 | 58.16 | 16.98 | - |
| YUV | 190.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 83 | 0.10 | 0 | 0.61 | 0.17 | 69.84 | 0.59 | 0.58 |
| Hex | BE | D3 | 53 | A | 0 | 3D | 11 | 46 | 3B | 3A |
| Octal | 276 | 323 | 123 | 12 | 0 | 75 | 21 | 106 | 73 | 72 |
| Binary | 10111110 | 11010011 | 1010011 | 1010 | 0 | 111101 | 10001 | 1000110 | 111011 | 111010 |
Color Harmonies of #BED353
Complementary color
Monochromatic Colors of #BED353
Black with #BED353
Text Example
Text Example
White with #BED353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED353; }
p { color: rgb(190,211,83); }
H1.HeaderClassName
{
color: #BED353;
}
.AnyTagClassName
{
color: #BED353;
}
</style>
background-color css
<style>
a { background-color: #BED353; }
a { background-color: rgb(190,211,83); }
div.DivClassName
{
background-color: #BED353;
}
.BgClassName
{
background-color: #BED353;
}
</style>
border-color css
<style>
span { border-color: #BED353; }
span { border-color: rgb(190,211,83); }
td.TdClassName
{
border-color: #BED353;
}
.TagClassName
{
border-color: #BED353;
}
</style>