Shades of Wild Willow #BDD56F
Tints of Wild Willow #BDD56F
RGB
CMYK
RGB Variations
Color information
#BDD56F (or 0xBDD56F) is known color: Wild Willow. HEX triplet: BD, D5 and 6F. RGB value is (189,213,111). Sum of RGB (Red+Green+Blue) = 189+213+111=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD56F is #422A90. Grayscale: #C2C2C2. Windows color (decimal): -4336273 or 7329213. OLE color: 7329213.
HSL color Cylindrical-coordinate representation of color #BDD56F: hue angle of 74.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDD56F is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 111 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.16 |
| HSL | 74.12º | 0.55% | 0.64% | - |
| HSV(B) | 74.12º | 0.48% | 0.84% | - |
| XYZ | 47.65 | 59.56 | 24.02 | - |
| YUV | 194.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 111 | 0.11 | 0 | 0.48 | 0.16 | 74.12 | 0.55 | 0.64 |
| Hex | BD | D5 | 6F | B | 0 | 30 | 10 | 4A | 37 | 40 |
| Octal | 275 | 325 | 157 | 13 | 0 | 60 | 20 | 112 | 67 | 100 |
| Binary | 10111101 | 11010101 | 1101111 | 1011 | 0 | 110000 | 10000 | 1001010 | 110111 | 1000000 |
Color Harmonies of #BDD56F
Complementary color
Monochromatic Colors of #BDD56F
Black with #BDD56F
Text Example
Text Example
White with #BDD56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD56F; }
p { color: rgb(189,213,111); }
H1.HeaderClassName
{
color: #BDD56F;
}
.AnyTagClassName
{
color: #BDD56F;
}
</style>
background-color css
<style>
a { background-color: #BDD56F; }
a { background-color: rgb(189,213,111); }
div.DivClassName
{
background-color: #BDD56F;
}
.BgClassName
{
background-color: #BDD56F;
}
</style>
border-color css
<style>
span { border-color: #BDD56F; }
span { border-color: rgb(189,213,111); }
td.TdClassName
{
border-color: #BDD56F;
}
.TagClassName
{
border-color: #BDD56F;
}
</style>