Shades of Wild Willow #BED053
Tints of Wild Willow #BED053
RGB
CMYK
RGB Variations
Color information
#BED053 (or 0xBED053) is known color: Wild Willow. HEX triplet: BE, D0 and 53. RGB value is (190,208,83). Sum of RGB (Red+Green+Blue) = 190+208+83=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #BED053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED053 is #412FAC. Grayscale: #BCBCBC. Windows color (decimal): -4272045 or 5492926. OLE color: 5492926.
HSL color Cylindrical-coordinate representation of color #BED053: hue angle of 68.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BED053 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 83 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.18 |
| HSL | 68.64º | 0.57% | 0.57% | - |
| HSV(B) | 68.64º | 0.6% | 0.82% | - |
| XYZ | 45.35 | 56.68 | 16.73 | - |
| YUV | 188.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 83 | 0.09 | 0 | 0.60 | 0.18 | 68.64 | 0.57 | 0.57 |
| Hex | BE | D0 | 53 | 9 | 0 | 3C | 12 | 45 | 39 | 39 |
| Octal | 276 | 320 | 123 | 11 | 0 | 74 | 22 | 105 | 71 | 71 |
| Binary | 10111110 | 11010000 | 1010011 | 1001 | 0 | 111100 | 10010 | 1000101 | 111001 | 111001 |
Color Harmonies of #BED053
Complementary color
Monochromatic Colors of #BED053
Black with #BED053
Text Example
Text Example
White with #BED053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED053; }
p { color: rgb(190,208,83); }
H1.HeaderClassName
{
color: #BED053;
}
.AnyTagClassName
{
color: #BED053;
}
</style>
background-color css
<style>
a { background-color: #BED053; }
a { background-color: rgb(190,208,83); }
div.DivClassName
{
background-color: #BED053;
}
.BgClassName
{
background-color: #BED053;
}
</style>
border-color css
<style>
span { border-color: #BED053; }
span { border-color: rgb(190,208,83); }
td.TdClassName
{
border-color: #BED053;
}
.TagClassName
{
border-color: #BED053;
}
</style>