Shades of Wild Willow #BAD863
Tints of Wild Willow #BAD863
RGB
CMYK
RGB Variations
Color information
#BAD863 (or 0xBAD863) is known color: Wild Willow. HEX triplet: BA, D8 and 63. RGB value is (186,216,99). Sum of RGB (Red+Green+Blue) = 186+216+99=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD863 is #45279C. Grayscale: #C2C2C2. Windows color (decimal): -4532125 or 6543546. OLE color: 6543546.
HSL color Cylindrical-coordinate representation of color #BAD863: hue angle of 75.38º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAD863 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 99 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.15 |
| HSL | 75.38º | 0.6% | 0.62% | - |
| HSV(B) | 75.38º | 0.54% | 0.85% | - |
| XYZ | 47.06 | 60.45 | 20.99 | - |
| YUV | 193.69 | 74.56 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 99 | 0.14 | 0 | 0.54 | 0.15 | 75.38 | 0.6 | 0.62 |
| Hex | BA | D8 | 63 | E | 0 | 36 | F | 4B | 3C | 3E |
| Octal | 272 | 330 | 143 | 16 | 0 | 66 | 17 | 113 | 74 | 76 |
| Binary | 10111010 | 11011000 | 1100011 | 1110 | 0 | 110110 | 1111 | 1001011 | 111100 | 111110 |
Color Harmonies of #BAD863
Complementary color
Monochromatic Colors of #BAD863
Black with #BAD863
Text Example
Text Example
White with #BAD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD863; }
p { color: rgb(186,216,99); }
H1.HeaderClassName
{
color: #BAD863;
}
.AnyTagClassName
{
color: #BAD863;
}
</style>
background-color css
<style>
a { background-color: #BAD863; }
a { background-color: rgb(186,216,99); }
div.DivClassName
{
background-color: #BAD863;
}
.BgClassName
{
background-color: #BAD863;
}
</style>
border-color css
<style>
span { border-color: #BAD863; }
span { border-color: rgb(186,216,99); }
td.TdClassName
{
border-color: #BAD863;
}
.TagClassName
{
border-color: #BAD863;
}
</style>