Shades of Wild Willow #BDD85E
Tints of Wild Willow #BDD85E
RGB
CMYK
RGB Variations
Color information
#BDD85E (or 0xBDD85E) is known color: Wild Willow. HEX triplet: BD, D8 and 5E. RGB value is (189,216,94). Sum of RGB (Red+Green+Blue) = 189+216+94=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD85E is #4227A1. Grayscale: #C2C2C2. Windows color (decimal): -4335522 or 6215869. OLE color: 6215869.
HSL color Cylindrical-coordinate representation of color #BDD85E: hue angle of 73.28º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDD85E is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 94 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.15 |
| HSL | 73.28º | 0.61% | 0.61% | - |
| HSV(B) | 73.28º | 0.56% | 0.85% | - |
| XYZ | 47.56 | 60.74 | 19.81 | - |
| YUV | 194.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 94 | 0.12 | 0 | 0.56 | 0.15 | 73.28 | 0.61 | 0.61 |
| Hex | BD | D8 | 5E | C | 0 | 38 | F | 49 | 3D | 3D |
| Octal | 275 | 330 | 136 | 14 | 0 | 70 | 17 | 111 | 75 | 75 |
| Binary | 10111101 | 11011000 | 1011110 | 1100 | 0 | 111000 | 1111 | 1001001 | 111101 | 111101 |
Color Harmonies of #BDD85E
Complementary color
Monochromatic Colors of #BDD85E
Black with #BDD85E
Text Example
Text Example
White with #BDD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD85E; }
p { color: rgb(189,216,94); }
H1.HeaderClassName
{
color: #BDD85E;
}
.AnyTagClassName
{
color: #BDD85E;
}
</style>
background-color css
<style>
a { background-color: #BDD85E; }
a { background-color: rgb(189,216,94); }
div.DivClassName
{
background-color: #BDD85E;
}
.BgClassName
{
background-color: #BDD85E;
}
</style>
border-color css
<style>
span { border-color: #BDD85E; }
span { border-color: rgb(189,216,94); }
td.TdClassName
{
border-color: #BDD85E;
}
.TagClassName
{
border-color: #BDD85E;
}
</style>