Shades of Wild Willow #BDD372
Tints of Wild Willow #BDD372
RGB
CMYK
RGB Variations
Color information
#BDD372 (or 0xBDD372) is known color: Wild Willow. HEX triplet: BD, D3 and 72. RGB value is (189,211,114). Sum of RGB (Red+Green+Blue) = 189+211+114=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD372 is #422C8D. Grayscale: #C1C1C1. Windows color (decimal): -4336782 or 7525309. OLE color: 7525309.
HSL color Cylindrical-coordinate representation of color #BDD372: hue angle of 73.61º degrees, saturation: 0.52, 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 #BDD372 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 114 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.17 |
| HSL | 73.61º | 0.52% | 0.64% | - |
| HSV(B) | 73.61º | 0.46% | 0.83% | - |
| XYZ | 47.32 | 58.62 | 24.74 | - |
| YUV | 193.36 | 83.21 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 114 | 0.10 | 0 | 0.46 | 0.17 | 73.61 | 0.52 | 0.64 |
| Hex | BD | D3 | 72 | A | 0 | 2E | 11 | 4A | 34 | 40 |
| Octal | 275 | 323 | 162 | 12 | 0 | 56 | 21 | 112 | 64 | 100 |
| Binary | 10111101 | 11010011 | 1110010 | 1010 | 0 | 101110 | 10001 | 1001010 | 110100 | 1000000 |
Color Harmonies of #BDD372
Complementary color
Monochromatic Colors of #BDD372
Black with #BDD372
Text Example
Text Example
White with #BDD372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD372; }
p { color: rgb(189,211,114); }
H1.HeaderClassName
{
color: #BDD372;
}
.AnyTagClassName
{
color: #BDD372;
}
</style>
background-color css
<style>
a { background-color: #BDD372; }
a { background-color: rgb(189,211,114); }
div.DivClassName
{
background-color: #BDD372;
}
.BgClassName
{
background-color: #BDD372;
}
</style>
border-color css
<style>
span { border-color: #BDD372; }
span { border-color: rgb(189,211,114); }
td.TdClassName
{
border-color: #BDD372;
}
.TagClassName
{
border-color: #BDD372;
}
</style>