Shades of Wild Willow #BDD46A
Tints of Wild Willow #BDD46A
RGB
CMYK
RGB Variations
Color information
#BDD46A (or 0xBDD46A) is known color: Wild Willow. HEX triplet: BD, D4 and 6A. RGB value is (189,212,106). Sum of RGB (Red+Green+Blue) = 189+212+106=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD46A is #422B95. Grayscale: #C1C1C1. Windows color (decimal): -4336534 or 7001277. OLE color: 7001277.
HSL color Cylindrical-coordinate representation of color #BDD46A: hue angle of 73.02º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDD46A is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 106 | - |
| CMYK | 0.11 | 0 | 0.5 | 0.17 |
| HSL | 73.02º | 0.55% | 0.62% | - |
| HSV(B) | 73.02º | 0.5% | 0.83% | - |
| XYZ | 47.13 | 58.95 | 22.53 | - |
| YUV | 193.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 106 | 0.11 | 0 | 0.5 | 0.17 | 73.02 | 0.55 | 0.62 |
| Hex | BD | D4 | 6A | B | 0 | 32 | 11 | 49 | 37 | 3E |
| Octal | 275 | 324 | 152 | 13 | 0 | 62 | 21 | 111 | 67 | 76 |
| Binary | 10111101 | 11010100 | 1101010 | 1011 | 0 | 110010 | 10001 | 1001001 | 110111 | 111110 |
Color Harmonies of #BDD46A
Complementary color
Monochromatic Colors of #BDD46A
Black with #BDD46A
Text Example
Text Example
White with #BDD46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD46A; }
p { color: rgb(189,212,106); }
H1.HeaderClassName
{
color: #BDD46A;
}
.AnyTagClassName
{
color: #BDD46A;
}
</style>
background-color css
<style>
a { background-color: #BDD46A; }
a { background-color: rgb(189,212,106); }
div.DivClassName
{
background-color: #BDD46A;
}
.BgClassName
{
background-color: #BDD46A;
}
</style>
border-color css
<style>
span { border-color: #BDD46A; }
span { border-color: rgb(189,212,106); }
td.TdClassName
{
border-color: #BDD46A;
}
.TagClassName
{
border-color: #BDD46A;
}
</style>