Shades of Wild Willow #BED673
Tints of Wild Willow #BED673
RGB
CMYK
RGB Variations
Color information
#BED673 (or 0xBED673) is known color: Wild Willow. HEX triplet: BE, D6 and 73. RGB value is (190,214,115). Sum of RGB (Red+Green+Blue) = 190+214+115=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #BED673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED673 is #41298C. Grayscale: #C3C3C3. Windows color (decimal): -4270477 or 7591614. OLE color: 7591614.
HSL color Cylindrical-coordinate representation of color #BED673: hue angle of 74.55º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BED673 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 115 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.16 |
| HSL | 74.55º | 0.55% | 0.65% | - |
| HSV(B) | 74.55º | 0.46% | 0.84% | - |
| XYZ | 48.38 | 60.28 | 25.3 | - |
| YUV | 195.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 115 | 0.11 | 0 | 0.46 | 0.16 | 74.55 | 0.55 | 0.65 |
| Hex | BE | D6 | 73 | B | 0 | 2E | 10 | 4B | 37 | 41 |
| Octal | 276 | 326 | 163 | 13 | 0 | 56 | 20 | 113 | 67 | 101 |
| Binary | 10111110 | 11010110 | 1110011 | 1011 | 0 | 101110 | 10000 | 1001011 | 110111 | 1000001 |
Color Harmonies of #BED673
Complementary color
Monochromatic Colors of #BED673
Black with #BED673
Text Example
Text Example
White with #BED673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED673; }
p { color: rgb(190,214,115); }
H1.HeaderClassName
{
color: #BED673;
}
.AnyTagClassName
{
color: #BED673;
}
</style>
background-color css
<style>
a { background-color: #BED673; }
a { background-color: rgb(190,214,115); }
div.DivClassName
{
background-color: #BED673;
}
.BgClassName
{
background-color: #BED673;
}
</style>
border-color css
<style>
span { border-color: #BED673; }
span { border-color: rgb(190,214,115); }
td.TdClassName
{
border-color: #BED673;
}
.TagClassName
{
border-color: #BED673;
}
</style>