Shades of Wild Willow #BDD164
Tints of Wild Willow #BDD164
RGB
CMYK
RGB Variations
Color information
#BDD164 (or 0xBDD164) is known color: Wild Willow. HEX triplet: BD, D1 and 64. RGB value is (189,209,100). Sum of RGB (Red+Green+Blue) = 189+209+100=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD164 is #422E9B. Grayscale: #BFBFBF. Windows color (decimal): -4337308 or 6607293. OLE color: 6607293.
HSL color Cylindrical-coordinate representation of color #BDD164: hue angle of 71.01º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDD164 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 100 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.18 |
| HSL | 71.01º | 0.54% | 0.61% | - |
| HSV(B) | 71.01º | 0.52% | 0.82% | - |
| XYZ | 46.09 | 57.34 | 20.7 | - |
| YUV | 190.59 | 76.87 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 100 | 0.10 | 0 | 0.52 | 0.18 | 71.01 | 0.54 | 0.61 |
| Hex | BD | D1 | 64 | A | 0 | 34 | 12 | 47 | 36 | 3D |
| Octal | 275 | 321 | 144 | 12 | 0 | 64 | 22 | 107 | 66 | 75 |
| Binary | 10111101 | 11010001 | 1100100 | 1010 | 0 | 110100 | 10010 | 1000111 | 110110 | 111101 |
Color Harmonies of #BDD164
Complementary color
Monochromatic Colors of #BDD164
Black with #BDD164
Text Example
Text Example
White with #BDD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD164; }
p { color: rgb(189,209,100); }
H1.HeaderClassName
{
color: #BDD164;
}
.AnyTagClassName
{
color: #BDD164;
}
</style>
background-color css
<style>
a { background-color: #BDD164; }
a { background-color: rgb(189,209,100); }
div.DivClassName
{
background-color: #BDD164;
}
.BgClassName
{
background-color: #BDD164;
}
</style>
border-color css
<style>
span { border-color: #BDD164; }
span { border-color: rgb(189,209,100); }
td.TdClassName
{
border-color: #BDD164;
}
.TagClassName
{
border-color: #BDD164;
}
</style>