Shades of Wild Willow #BDD371
Tints of Wild Willow #BDD371
RGB
CMYK
RGB Variations
Color information
#BDD371 (or 0xBDD371) is known color: Wild Willow. HEX triplet: BD, D3 and 71. RGB value is (189,211,113). Sum of RGB (Red+Green+Blue) = 189+211+113=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD371 is #422C8E. Grayscale: #C1C1C1. Windows color (decimal): -4336783 or 7459773. OLE color: 7459773.
HSL color Cylindrical-coordinate representation of color #BDD371: hue angle of 73.47º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD371 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 113 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.17 |
| HSL | 73.47º | 0.53% | 0.64% | - |
| HSV(B) | 73.47º | 0.46% | 0.83% | - |
| XYZ | 47.26 | 58.6 | 24.44 | - |
| YUV | 193.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 113 | 0.10 | 0 | 0.46 | 0.17 | 73.47 | 0.53 | 0.64 |
| Hex | BD | D3 | 71 | A | 0 | 2E | 11 | 49 | 35 | 40 |
| Octal | 275 | 323 | 161 | 12 | 0 | 56 | 21 | 111 | 65 | 100 |
| Binary | 10111101 | 11010011 | 1110001 | 1010 | 0 | 101110 | 10001 | 1001001 | 110101 | 1000000 |
Color Harmonies of #BDD371
Complementary color
Monochromatic Colors of #BDD371
Black with #BDD371
Text Example
Text Example
White with #BDD371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD371; }
p { color: rgb(189,211,113); }
H1.HeaderClassName
{
color: #BDD371;
}
.AnyTagClassName
{
color: #BDD371;
}
</style>
background-color css
<style>
a { background-color: #BDD371; }
a { background-color: rgb(189,211,113); }
div.DivClassName
{
background-color: #BDD371;
}
.BgClassName
{
background-color: #BDD371;
}
</style>
border-color css
<style>
span { border-color: #BDD371; }
span { border-color: rgb(189,211,113); }
td.TdClassName
{
border-color: #BDD371;
}
.TagClassName
{
border-color: #BDD371;
}
</style>