Shades of Wild Willow #BDD570
Tints of Wild Willow #BDD570
RGB
CMYK
RGB Variations
Color information
#BDD570 (or 0xBDD570) is known color: Wild Willow. HEX triplet: BD, D5 and 70. RGB value is (189,213,112). Sum of RGB (Red+Green+Blue) = 189+213+112=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD570 is #422A8F. Grayscale: #C2C2C2. Windows color (decimal): -4336272 or 7394749. OLE color: 7394749.
HSL color Cylindrical-coordinate representation of color #BDD570: hue angle of 74.26º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDD570 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 112 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.16 |
| HSL | 74.26º | 0.55% | 0.64% | - |
| HSV(B) | 74.26º | 0.47% | 0.84% | - |
| XYZ | 47.71 | 59.58 | 24.31 | - |
| YUV | 194.31 | 81.55 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 112 | 0.11 | 0 | 0.47 | 0.16 | 74.26 | 0.55 | 0.64 |
| Hex | BD | D5 | 70 | B | 0 | 2F | 10 | 4A | 37 | 40 |
| Octal | 275 | 325 | 160 | 13 | 0 | 57 | 20 | 112 | 67 | 100 |
| Binary | 10111101 | 11010101 | 1110000 | 1011 | 0 | 101111 | 10000 | 1001010 | 110111 | 1000000 |
Color Harmonies of #BDD570
Complementary color
Monochromatic Colors of #BDD570
Black with #BDD570
Text Example
Text Example
White with #BDD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD570; }
p { color: rgb(189,213,112); }
H1.HeaderClassName
{
color: #BDD570;
}
.AnyTagClassName
{
color: #BDD570;
}
</style>
background-color css
<style>
a { background-color: #BDD570; }
a { background-color: rgb(189,213,112); }
div.DivClassName
{
background-color: #BDD570;
}
.BgClassName
{
background-color: #BDD570;
}
</style>
border-color css
<style>
span { border-color: #BDD570; }
span { border-color: rgb(189,213,112); }
td.TdClassName
{
border-color: #BDD570;
}
.TagClassName
{
border-color: #BDD570;
}
</style>