Shades of Wild Willow #BDD95F
Tints of Wild Willow #BDD95F
RGB
CMYK
RGB Variations
Color information
#BDD95F (or 0xBDD95F) is known color: Wild Willow. HEX triplet: BD, D9 and 5F. RGB value is (189,217,95). Sum of RGB (Red+Green+Blue) = 189+217+95=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD95F is #4226A0. Grayscale: #C3C3C3. Windows color (decimal): -4335265 or 6281661. OLE color: 6281661.
HSL color Cylindrical-coordinate representation of color #BDD95F: hue angle of 73.77º degrees, saturation: 0.62, 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 #BDD95F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 95 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.15 |
| HSL | 73.77º | 0.62% | 0.61% | - |
| HSV(B) | 73.77º | 0.56% | 0.85% | - |
| XYZ | 47.86 | 61.27 | 20.13 | - |
| YUV | 194.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 95 | 0.13 | 0 | 0.56 | 0.15 | 73.77 | 0.62 | 0.61 |
| Hex | BD | D9 | 5F | D | 0 | 38 | F | 4A | 3E | 3D |
| Octal | 275 | 331 | 137 | 15 | 0 | 70 | 17 | 112 | 76 | 75 |
| Binary | 10111101 | 11011001 | 1011111 | 1101 | 0 | 111000 | 1111 | 1001010 | 111110 | 111101 |
Color Harmonies of #BDD95F
Complementary color
Monochromatic Colors of #BDD95F
Black with #BDD95F
Text Example
Text Example
White with #BDD95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD95F; }
p { color: rgb(189,217,95); }
H1.HeaderClassName
{
color: #BDD95F;
}
.AnyTagClassName
{
color: #BDD95F;
}
</style>
background-color css
<style>
a { background-color: #BDD95F; }
a { background-color: rgb(189,217,95); }
div.DivClassName
{
background-color: #BDD95F;
}
.BgClassName
{
background-color: #BDD95F;
}
</style>
border-color css
<style>
span { border-color: #BDD95F; }
span { border-color: rgb(189,217,95); }
td.TdClassName
{
border-color: #BDD95F;
}
.TagClassName
{
border-color: #BDD95F;
}
</style>