Shades of Wild Willow #BDD072
Tints of Wild Willow #BDD072
RGB
CMYK
RGB Variations
Color information
#BDD072 (or 0xBDD072) is known color: Wild Willow. HEX triplet: BD, D0 and 72. RGB value is (189,208,114). Sum of RGB (Red+Green+Blue) = 189+208+114=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD072 is #422F8D. Grayscale: #BFBFBF. Windows color (decimal): -4337550 or 7524541. OLE color: 7524541.
HSL color Cylindrical-coordinate representation of color #BDD072: hue angle of 72.13º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDD072 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 114 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.18 |
| HSL | 72.13º | 0.5% | 0.63% | - |
| HSV(B) | 72.13º | 0.45% | 0.82% | - |
| XYZ | 46.58 | 57.15 | 24.49 | - |
| YUV | 191.6 | 84.21 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 114 | 0.09 | 0 | 0.45 | 0.18 | 72.13 | 0.5 | 0.63 |
| Hex | BD | D0 | 72 | 9 | 0 | 2D | 12 | 48 | 32 | 3F |
| Octal | 275 | 320 | 162 | 11 | 0 | 55 | 22 | 110 | 62 | 77 |
| Binary | 10111101 | 11010000 | 1110010 | 1001 | 0 | 101101 | 10010 | 1001000 | 110010 | 111111 |
Color Harmonies of #BDD072
Complementary color
Monochromatic Colors of #BDD072
Black with #BDD072
Text Example
Text Example
White with #BDD072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD072; }
p { color: rgb(189,208,114); }
H1.HeaderClassName
{
color: #BDD072;
}
.AnyTagClassName
{
color: #BDD072;
}
</style>
background-color css
<style>
a { background-color: #BDD072; }
a { background-color: rgb(189,208,114); }
div.DivClassName
{
background-color: #BDD072;
}
.BgClassName
{
background-color: #BDD072;
}
</style>
border-color css
<style>
span { border-color: #BDD072; }
span { border-color: rgb(189,208,114); }
td.TdClassName
{
border-color: #BDD072;
}
.TagClassName
{
border-color: #BDD072;
}
</style>