Shades of Wild Willow #BDD85F
Tints of Wild Willow #BDD85F
RGB
CMYK
RGB Variations
Color information
#BDD85F (or 0xBDD85F) is known color: Wild Willow. HEX triplet: BD, D8 and 5F. RGB value is (189,216,95). Sum of RGB (Red+Green+Blue) = 189+216+95=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD85F is #4227A0. Grayscale: #C2C2C2. Windows color (decimal): -4335521 or 6281405. OLE color: 6281405.
HSL color Cylindrical-coordinate representation of color #BDD85F: hue angle of 73.39º 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 #BDD85F is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 95 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.15 |
| HSL | 73.39º | 0.61% | 0.61% | - |
| HSV(B) | 73.39º | 0.56% | 0.85% | - |
| XYZ | 47.61 | 60.76 | 20.04 | - |
| YUV | 194.13 | 72.05 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 95 | 0.12 | 0 | 0.56 | 0.15 | 73.39 | 0.61 | 0.61 |
| Hex | BD | D8 | 5F | C | 0 | 38 | F | 49 | 3D | 3D |
| Octal | 275 | 330 | 137 | 14 | 0 | 70 | 17 | 111 | 75 | 75 |
| Binary | 10111101 | 11011000 | 1011111 | 1100 | 0 | 111000 | 1111 | 1001001 | 111101 | 111101 |
Color Harmonies of #BDD85F
Complementary color
Monochromatic Colors of #BDD85F
Black with #BDD85F
Text Example
Text Example
White with #BDD85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD85F; }
p { color: rgb(189,216,95); }
H1.HeaderClassName
{
color: #BDD85F;
}
.AnyTagClassName
{
color: #BDD85F;
}
</style>
background-color css
<style>
a { background-color: #BDD85F; }
a { background-color: rgb(189,216,95); }
div.DivClassName
{
background-color: #BDD85F;
}
.BgClassName
{
background-color: #BDD85F;
}
</style>
border-color css
<style>
span { border-color: #BDD85F; }
span { border-color: rgb(189,216,95); }
td.TdClassName
{
border-color: #BDD85F;
}
.TagClassName
{
border-color: #BDD85F;
}
</style>