Shades of Wild Willow #BAD866
Tints of Wild Willow #BAD866
RGB
CMYK
RGB Variations
Color information
#BAD866 (or 0xBAD866) is known color: Wild Willow. HEX triplet: BA, D8 and 66. RGB value is (186,216,102). Sum of RGB (Red+Green+Blue) = 186+216+102=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD866 is #452799. Grayscale: #C2C2C2. Windows color (decimal): -4532122 or 6740154. OLE color: 6740154.
HSL color Cylindrical-coordinate representation of color #BAD866: hue angle of 75.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAD866 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 102 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.15 |
| HSL | 75.79º | 0.59% | 0.62% | - |
| HSV(B) | 75.79º | 0.53% | 0.85% | - |
| XYZ | 47.2 | 60.51 | 21.76 | - |
| YUV | 194.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 102 | 0.14 | 0 | 0.53 | 0.15 | 75.79 | 0.59 | 0.62 |
| Hex | BA | D8 | 66 | E | 0 | 35 | F | 4C | 3B | 3E |
| Octal | 272 | 330 | 146 | 16 | 0 | 65 | 17 | 114 | 73 | 76 |
| Binary | 10111010 | 11011000 | 1100110 | 1110 | 0 | 110101 | 1111 | 1001100 | 111011 | 111110 |
Color Harmonies of #BAD866
Complementary color
Monochromatic Colors of #BAD866
Black with #BAD866
Text Example
Text Example
White with #BAD866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD866; }
p { color: rgb(186,216,102); }
H1.HeaderClassName
{
color: #BAD866;
}
.AnyTagClassName
{
color: #BAD866;
}
</style>
background-color css
<style>
a { background-color: #BAD866; }
a { background-color: rgb(186,216,102); }
div.DivClassName
{
background-color: #BAD866;
}
.BgClassName
{
background-color: #BAD866;
}
</style>
border-color css
<style>
span { border-color: #BAD866; }
span { border-color: rgb(186,216,102); }
td.TdClassName
{
border-color: #BAD866;
}
.TagClassName
{
border-color: #BAD866;
}
</style>