Shades of Wild Willow #BADA6D
Tints of Wild Willow #BADA6D
RGB
CMYK
RGB Variations
Color information
#BADA6D (or 0xBADA6D) is known color: Wild Willow. HEX triplet: BA, DA and 6D. RGB value is (186,218,109). Sum of RGB (Red+Green+Blue) = 186+218+109=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA6D is #452592. Grayscale: #C4C4C4. Windows color (decimal): -4531603 or 7199418. OLE color: 7199418.
HSL color Cylindrical-coordinate representation of color #BADA6D: hue angle of 77.61º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BADA6D is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 109 | - |
| CMYK | 0.15 | 0 | 0.5 | 0.15 |
| HSL | 77.61º | 0.6% | 0.64% | - |
| HSV(B) | 77.61º | 0.5% | 0.85% | - |
| XYZ | 48.08 | 61.69 | 23.84 | - |
| YUV | 196.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 109 | 0.15 | 0 | 0.5 | 0.15 | 77.61 | 0.6 | 0.64 |
| Hex | BA | DA | 6D | F | 0 | 32 | F | 4E | 3C | 40 |
| Octal | 272 | 332 | 155 | 17 | 0 | 62 | 17 | 116 | 74 | 100 |
| Binary | 10111010 | 11011010 | 1101101 | 1111 | 0 | 110010 | 1111 | 1001110 | 111100 | 1000000 |
Color Harmonies of #BADA6D
Complementary color
Monochromatic Colors of #BADA6D
Black with #BADA6D
Text Example
Text Example
White with #BADA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA6D; }
p { color: rgb(186,218,109); }
H1.HeaderClassName
{
color: #BADA6D;
}
.AnyTagClassName
{
color: #BADA6D;
}
</style>
background-color css
<style>
a { background-color: #BADA6D; }
a { background-color: rgb(186,218,109); }
div.DivClassName
{
background-color: #BADA6D;
}
.BgClassName
{
background-color: #BADA6D;
}
</style>
border-color css
<style>
span { border-color: #BADA6D; }
span { border-color: rgb(186,218,109); }
td.TdClassName
{
border-color: #BADA6D;
}
.TagClassName
{
border-color: #BADA6D;
}
</style>