Shades of Wild Willow #BDD76E
Tints of Wild Willow #BDD76E
RGB
CMYK
RGB Variations
Color information
#BDD76E (or 0xBDD76E) is known color: Wild Willow. HEX triplet: BD, D7 and 6E. RGB value is (189,215,110). Sum of RGB (Red+Green+Blue) = 189+215+110=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD76E is #422891. Grayscale: #C3C3C3. Windows color (decimal): -4335762 or 7264189. OLE color: 7264189.
HSL color Cylindrical-coordinate representation of color #BDD76E: hue angle of 74.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDD76E is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 110 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.16 |
| HSL | 74.86º | 0.57% | 0.64% | - |
| HSV(B) | 74.86º | 0.49% | 0.84% | - |
| XYZ | 48.1 | 60.55 | 23.9 | - |
| YUV | 195.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 110 | 0.12 | 0 | 0.49 | 0.16 | 74.86 | 0.57 | 0.64 |
| Hex | BD | D7 | 6E | C | 0 | 31 | 10 | 4B | 39 | 40 |
| Octal | 275 | 327 | 156 | 14 | 0 | 61 | 20 | 113 | 71 | 100 |
| Binary | 10111101 | 11010111 | 1101110 | 1100 | 0 | 110001 | 10000 | 1001011 | 111001 | 1000000 |
Color Harmonies of #BDD76E
Complementary color
Monochromatic Colors of #BDD76E
Black with #BDD76E
Text Example
Text Example
White with #BDD76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD76E; }
p { color: rgb(189,215,110); }
H1.HeaderClassName
{
color: #BDD76E;
}
.AnyTagClassName
{
color: #BDD76E;
}
</style>
background-color css
<style>
a { background-color: #BDD76E; }
a { background-color: rgb(189,215,110); }
div.DivClassName
{
background-color: #BDD76E;
}
.BgClassName
{
background-color: #BDD76E;
}
</style>
border-color css
<style>
span { border-color: #BDD76E; }
span { border-color: rgb(189,215,110); }
td.TdClassName
{
border-color: #BDD76E;
}
.TagClassName
{
border-color: #BDD76E;
}
</style>