Shades of Wild Willow #BDD15E
Tints of Wild Willow #BDD15E
RGB
CMYK
RGB Variations
Color information
#BDD15E (or 0xBDD15E) is known color: Wild Willow. HEX triplet: BD, D1 and 5E. RGB value is (189,209,94). Sum of RGB (Red+Green+Blue) = 189+209+94=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD15E is #422EA1. Grayscale: #BEBEBE. Windows color (decimal): -4337314 or 6214077. OLE color: 6214077.
HSL color Cylindrical-coordinate representation of color #BDD15E: hue angle of 70.43º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDD15E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 94 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.18 |
| HSL | 70.43º | 0.56% | 0.59% | - |
| HSV(B) | 70.43º | 0.55% | 0.82% | - |
| XYZ | 45.81 | 57.23 | 19.22 | - |
| YUV | 189.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 94 | 0.10 | 0 | 0.55 | 0.18 | 70.43 | 0.56 | 0.59 |
| Hex | BD | D1 | 5E | A | 0 | 37 | 12 | 46 | 38 | 3B |
| Octal | 275 | 321 | 136 | 12 | 0 | 67 | 22 | 106 | 70 | 73 |
| Binary | 10111101 | 11010001 | 1011110 | 1010 | 0 | 110111 | 10010 | 1000110 | 111000 | 111011 |
Color Harmonies of #BDD15E
Complementary color
Monochromatic Colors of #BDD15E
Black with #BDD15E
Text Example
Text Example
White with #BDD15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD15E; }
p { color: rgb(189,209,94); }
H1.HeaderClassName
{
color: #BDD15E;
}
.AnyTagClassName
{
color: #BDD15E;
}
</style>
background-color css
<style>
a { background-color: #BDD15E; }
a { background-color: rgb(189,209,94); }
div.DivClassName
{
background-color: #BDD15E;
}
.BgClassName
{
background-color: #BDD15E;
}
</style>
border-color css
<style>
span { border-color: #BDD15E; }
span { border-color: rgb(189,209,94); }
td.TdClassName
{
border-color: #BDD15E;
}
.TagClassName
{
border-color: #BDD15E;
}
</style>