Shades of Wild Willow #BAD46D
Tints of Wild Willow #BAD46D
RGB
CMYK
RGB Variations
Color information
#BAD46D (or 0xBAD46D) is known color: Wild Willow. HEX triplet: BA, D4 and 6D. RGB value is (186,212,109). Sum of RGB (Red+Green+Blue) = 186+212+109=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD46D is #452B92. Grayscale: #C0C0C0. Windows color (decimal): -4533139 or 7197882. OLE color: 7197882.
HSL color Cylindrical-coordinate representation of color #BAD46D: hue angle of 75.15º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAD46D is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 109 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.17 |
| HSL | 75.15º | 0.54% | 0.63% | - |
| HSV(B) | 75.15º | 0.49% | 0.83% | - |
| XYZ | 46.55 | 58.63 | 23.33 | - |
| YUV | 192.48 | 80.89 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 109 | 0.12 | 0 | 0.49 | 0.17 | 75.15 | 0.54 | 0.63 |
| Hex | BA | D4 | 6D | C | 0 | 31 | 11 | 4B | 36 | 3F |
| Octal | 272 | 324 | 155 | 14 | 0 | 61 | 21 | 113 | 66 | 77 |
| Binary | 10111010 | 11010100 | 1101101 | 1100 | 0 | 110001 | 10001 | 1001011 | 110110 | 111111 |
Color Harmonies of #BAD46D
Complementary color
Monochromatic Colors of #BAD46D
Black with #BAD46D
Text Example
Text Example
White with #BAD46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD46D; }
p { color: rgb(186,212,109); }
H1.HeaderClassName
{
color: #BAD46D;
}
.AnyTagClassName
{
color: #BAD46D;
}
</style>
background-color css
<style>
a { background-color: #BAD46D; }
a { background-color: rgb(186,212,109); }
div.DivClassName
{
background-color: #BAD46D;
}
.BgClassName
{
background-color: #BAD46D;
}
</style>
border-color css
<style>
span { border-color: #BAD46D; }
span { border-color: rgb(186,212,109); }
td.TdClassName
{
border-color: #BAD46D;
}
.TagClassName
{
border-color: #BAD46D;
}
</style>