Shades of Wild Willow #BDD573
Tints of Wild Willow #BDD573
RGB
CMYK
RGB Variations
Color information
#BDD573 (or 0xBDD573) is known color: Wild Willow. HEX triplet: BD, D5 and 73. RGB value is (189,213,115). Sum of RGB (Red+Green+Blue) = 189+213+115=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD573 is #422A8C. Grayscale: #C3C3C3. Windows color (decimal): -4336269 or 7591357. OLE color: 7591357.
HSL color Cylindrical-coordinate representation of color #BDD573: hue angle of 74.69º 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 #BDD573 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 115 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.16 |
| HSL | 74.69º | 0.54% | 0.64% | - |
| HSV(B) | 74.69º | 0.46% | 0.84% | - |
| XYZ | 47.88 | 59.65 | 25.21 | - |
| YUV | 194.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 115 | 0.11 | 0 | 0.46 | 0.16 | 74.69 | 0.54 | 0.64 |
| Hex | BD | D5 | 73 | B | 0 | 2E | 10 | 4B | 36 | 40 |
| Octal | 275 | 325 | 163 | 13 | 0 | 56 | 20 | 113 | 66 | 100 |
| Binary | 10111101 | 11010101 | 1110011 | 1011 | 0 | 101110 | 10000 | 1001011 | 110110 | 1000000 |
Color Harmonies of #BDD573
Complementary color
Monochromatic Colors of #BDD573
Black with #BDD573
Text Example
Text Example
White with #BDD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD573; }
p { color: rgb(189,213,115); }
H1.HeaderClassName
{
color: #BDD573;
}
.AnyTagClassName
{
color: #BDD573;
}
</style>
background-color css
<style>
a { background-color: #BDD573; }
a { background-color: rgb(189,213,115); }
div.DivClassName
{
background-color: #BDD573;
}
.BgClassName
{
background-color: #BDD573;
}
</style>
border-color css
<style>
span { border-color: #BDD573; }
span { border-color: rgb(189,213,115); }
td.TdClassName
{
border-color: #BDD573;
}
.TagClassName
{
border-color: #BDD573;
}
</style>