Shades of Wild Willow #BDD574
Tints of Wild Willow #BDD574
RGB
CMYK
RGB Variations
Color information
#BDD574 (or 0xBDD574) is known color: Wild Willow. HEX triplet: BD, D5 and 74. RGB value is (189,213,116). Sum of RGB (Red+Green+Blue) = 189+213+116=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD574 is #422A8B. Grayscale: #C3C3C3. Windows color (decimal): -4336268 or 7656893. OLE color: 7656893.
HSL color Cylindrical-coordinate representation of color #BDD574: hue angle of 74.85º degrees, saturation: 0.54, 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 #BDD574 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 116 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.16 |
| HSL | 74.85º | 0.54% | 0.65% | - |
| HSV(B) | 74.85º | 0.46% | 0.84% | - |
| XYZ | 47.93 | 59.67 | 25.51 | - |
| YUV | 194.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 116 | 0.11 | 0 | 0.46 | 0.16 | 74.85 | 0.54 | 0.65 |
| Hex | BD | D5 | 74 | B | 0 | 2E | 10 | 4B | 36 | 41 |
| Octal | 275 | 325 | 164 | 13 | 0 | 56 | 20 | 113 | 66 | 101 |
| Binary | 10111101 | 11010101 | 1110100 | 1011 | 0 | 101110 | 10000 | 1001011 | 110110 | 1000001 |
Color Harmonies of #BDD574
Complementary color
Monochromatic Colors of #BDD574
Black with #BDD574
Text Example
Text Example
White with #BDD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD574; }
p { color: rgb(189,213,116); }
H1.HeaderClassName
{
color: #BDD574;
}
.AnyTagClassName
{
color: #BDD574;
}
</style>
background-color css
<style>
a { background-color: #BDD574; }
a { background-color: rgb(189,213,116); }
div.DivClassName
{
background-color: #BDD574;
}
.BgClassName
{
background-color: #BDD574;
}
</style>
border-color css
<style>
span { border-color: #BDD574; }
span { border-color: rgb(189,213,116); }
td.TdClassName
{
border-color: #BDD574;
}
.TagClassName
{
border-color: #BDD574;
}
</style>