Shades of Wild Willow #BDD56E
Tints of Wild Willow #BDD56E
RGB
CMYK
RGB Variations
Color information
#BDD56E (or 0xBDD56E) is known color: Wild Willow. HEX triplet: BD, D5 and 6E. RGB value is (189,213,110). Sum of RGB (Red+Green+Blue) = 189+213+110=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD56E is #422A91. Grayscale: #C2C2C2. Windows color (decimal): -4336274 or 7263677. OLE color: 7263677.
HSL color Cylindrical-coordinate representation of color #BDD56E: hue angle of 73.98º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDD56E is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 110 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.16 |
| HSL | 73.98º | 0.55% | 0.63% | - |
| HSV(B) | 73.98º | 0.48% | 0.84% | - |
| XYZ | 47.59 | 59.53 | 23.73 | - |
| YUV | 194.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 110 | 0.11 | 0 | 0.48 | 0.16 | 73.98 | 0.55 | 0.63 |
| Hex | BD | D5 | 6E | B | 0 | 30 | 10 | 4A | 37 | 3F |
| Octal | 275 | 325 | 156 | 13 | 0 | 60 | 20 | 112 | 67 | 77 |
| Binary | 10111101 | 11010101 | 1101110 | 1011 | 0 | 110000 | 10000 | 1001010 | 110111 | 111111 |
Color Harmonies of #BDD56E
Complementary color
Monochromatic Colors of #BDD56E
Black with #BDD56E
Text Example
Text Example
White with #BDD56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD56E; }
p { color: rgb(189,213,110); }
H1.HeaderClassName
{
color: #BDD56E;
}
.AnyTagClassName
{
color: #BDD56E;
}
</style>
background-color css
<style>
a { background-color: #BDD56E; }
a { background-color: rgb(189,213,110); }
div.DivClassName
{
background-color: #BDD56E;
}
.BgClassName
{
background-color: #BDD56E;
}
</style>
border-color css
<style>
span { border-color: #BDD56E; }
span { border-color: rgb(189,213,110); }
td.TdClassName
{
border-color: #BDD56E;
}
.TagClassName
{
border-color: #BDD56E;
}
</style>