Shades of Wild Willow #BDD070
Tints of Wild Willow #BDD070
RGB
CMYK
RGB Variations
Color information
#BDD070 (or 0xBDD070) is known color: Wild Willow. HEX triplet: BD, D0 and 70. RGB value is (189,208,112). Sum of RGB (Red+Green+Blue) = 189+208+112=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD070 is #422F8F. Grayscale: #BFBFBF. Windows color (decimal): -4337552 or 7393469. OLE color: 7393469.
HSL color Cylindrical-coordinate representation of color #BDD070: hue angle of 71.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD070 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 112 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.18 |
| HSL | 71.88º | 0.51% | 0.63% | - |
| HSV(B) | 71.88º | 0.46% | 0.82% | - |
| XYZ | 46.47 | 57.1 | 23.9 | - |
| YUV | 191.38 | 83.21 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 112 | 0.09 | 0 | 0.46 | 0.18 | 71.88 | 0.51 | 0.63 |
| Hex | BD | D0 | 70 | 9 | 0 | 2E | 12 | 48 | 33 | 3F |
| Octal | 275 | 320 | 160 | 11 | 0 | 56 | 22 | 110 | 63 | 77 |
| Binary | 10111101 | 11010000 | 1110000 | 1001 | 0 | 101110 | 10010 | 1001000 | 110011 | 111111 |
Color Harmonies of #BDD070
Complementary color
Monochromatic Colors of #BDD070
Black with #BDD070
Text Example
Text Example
White with #BDD070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD070; }
p { color: rgb(189,208,112); }
H1.HeaderClassName
{
color: #BDD070;
}
.AnyTagClassName
{
color: #BDD070;
}
</style>
background-color css
<style>
a { background-color: #BDD070; }
a { background-color: rgb(189,208,112); }
div.DivClassName
{
background-color: #BDD070;
}
.BgClassName
{
background-color: #BDD070;
}
</style>
border-color css
<style>
span { border-color: #BDD070; }
span { border-color: rgb(189,208,112); }
td.TdClassName
{
border-color: #BDD070;
}
.TagClassName
{
border-color: #BDD070;
}
</style>