Shades of Wild Willow #BDD361
Tints of Wild Willow #BDD361
RGB
CMYK
RGB Variations
Color information
#BDD361 (or 0xBDD361) is known color: Wild Willow. HEX triplet: BD, D3 and 61. RGB value is (189,211,97). Sum of RGB (Red+Green+Blue) = 189+211+97=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD361 is #422C9E. Grayscale: #BFBFBF. Windows color (decimal): -4336799 or 6411197. OLE color: 6411197.
HSL color Cylindrical-coordinate representation of color #BDD361: hue angle of 71.58º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDD361 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 97 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.17 |
| HSL | 71.58º | 0.56% | 0.6% | - |
| HSV(B) | 71.58º | 0.54% | 0.83% | - |
| XYZ | 46.44 | 58.27 | 20.11 | - |
| YUV | 191.43 | 74.71 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 97 | 0.10 | 0 | 0.54 | 0.17 | 71.58 | 0.56 | 0.6 |
| Hex | BD | D3 | 61 | A | 0 | 36 | 11 | 48 | 38 | 3C |
| Octal | 275 | 323 | 141 | 12 | 0 | 66 | 21 | 110 | 70 | 74 |
| Binary | 10111101 | 11010011 | 1100001 | 1010 | 0 | 110110 | 10001 | 1001000 | 111000 | 111100 |
Color Harmonies of #BDD361
Complementary color
Monochromatic Colors of #BDD361
Black with #BDD361
Text Example
Text Example
White with #BDD361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD361; }
p { color: rgb(189,211,97); }
H1.HeaderClassName
{
color: #BDD361;
}
.AnyTagClassName
{
color: #BDD361;
}
</style>
background-color css
<style>
a { background-color: #BDD361; }
a { background-color: rgb(189,211,97); }
div.DivClassName
{
background-color: #BDD361;
}
.BgClassName
{
background-color: #BDD361;
}
</style>
border-color css
<style>
span { border-color: #BDD361; }
span { border-color: rgb(189,211,97); }
td.TdClassName
{
border-color: #BDD361;
}
.TagClassName
{
border-color: #BDD361;
}
</style>