Shades of Wild Willow #BAD573
Tints of Wild Willow #BAD573
RGB
CMYK
RGB Variations
Color information
#BAD573 (or 0xBAD573) is known color: Wild Willow. HEX triplet: BA, D5 and 73. RGB value is (186,213,115). Sum of RGB (Red+Green+Blue) = 186+213+115=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD573 is #452A8C. Grayscale: #C2C2C2. Windows color (decimal): -4532877 or 7591354. OLE color: 7591354.
HSL color Cylindrical-coordinate representation of color #BAD573: hue angle of 76.53º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAD573 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 115 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.16 |
| HSL | 76.53º | 0.54% | 0.64% | - |
| HSV(B) | 76.53º | 0.46% | 0.84% | - |
| XYZ | 47.14 | 59.27 | 25.17 | - |
| YUV | 193.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 115 | 0.13 | 0 | 0.46 | 0.16 | 76.53 | 0.54 | 0.64 |
| Hex | BA | D5 | 73 | D | 0 | 2E | 10 | 4D | 36 | 40 |
| Octal | 272 | 325 | 163 | 15 | 0 | 56 | 20 | 115 | 66 | 100 |
| Binary | 10111010 | 11010101 | 1110011 | 1101 | 0 | 101110 | 10000 | 1001101 | 110110 | 1000000 |
Color Harmonies of #BAD573
Complementary color
Monochromatic Colors of #BAD573
Black with #BAD573
Text Example
Text Example
White with #BAD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD573; }
p { color: rgb(186,213,115); }
H1.HeaderClassName
{
color: #BAD573;
}
.AnyTagClassName
{
color: #BAD573;
}
</style>
background-color css
<style>
a { background-color: #BAD573; }
a { background-color: rgb(186,213,115); }
div.DivClassName
{
background-color: #BAD573;
}
.BgClassName
{
background-color: #BAD573;
}
</style>
border-color css
<style>
span { border-color: #BAD573; }
span { border-color: rgb(186,213,115); }
td.TdClassName
{
border-color: #BAD573;
}
.TagClassName
{
border-color: #BAD573;
}
</style>