Shades of Wild Willow #BDD256
Tints of Wild Willow #BDD256
RGB
CMYK
RGB Variations
Color information
#BDD256 (or 0xBDD256) is known color: Wild Willow. HEX triplet: BD, D2 and 56. RGB value is (189,210,86). Sum of RGB (Red+Green+Blue) = 189+210+86=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD256 is #422DA9. Grayscale: #BEBEBE. Windows color (decimal): -4337066 or 5690045. OLE color: 5690045.
HSL color Cylindrical-coordinate representation of color #BDD256: hue angle of 70.16º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDD256 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 86 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.18 |
| HSL | 70.16º | 0.58% | 0.58% | - |
| HSV(B) | 70.16º | 0.59% | 0.82% | - |
| XYZ | 45.71 | 57.58 | 17.51 | - |
| YUV | 189.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 86 | 0.10 | 0 | 0.59 | 0.18 | 70.16 | 0.58 | 0.58 |
| Hex | BD | D2 | 56 | A | 0 | 3B | 12 | 46 | 3A | 3A |
| Octal | 275 | 322 | 126 | 12 | 0 | 73 | 22 | 106 | 72 | 72 |
| Binary | 10111101 | 11010010 | 1010110 | 1010 | 0 | 111011 | 10010 | 1000110 | 111010 | 111010 |
Color Harmonies of #BDD256
Complementary color
Monochromatic Colors of #BDD256
Black with #BDD256
Text Example
Text Example
White with #BDD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD256; }
p { color: rgb(189,210,86); }
H1.HeaderClassName
{
color: #BDD256;
}
.AnyTagClassName
{
color: #BDD256;
}
</style>
background-color css
<style>
a { background-color: #BDD256; }
a { background-color: rgb(189,210,86); }
div.DivClassName
{
background-color: #BDD256;
}
.BgClassName
{
background-color: #BDD256;
}
</style>
border-color css
<style>
span { border-color: #BDD256; }
span { border-color: rgb(189,210,86); }
td.TdClassName
{
border-color: #BDD256;
}
.TagClassName
{
border-color: #BDD256;
}
</style>