Shades of Wild Willow #BAD466
Tints of Wild Willow #BAD466
RGB
CMYK
RGB Variations
Color information
#BAD466 (or 0xBAD466) is known color: Wild Willow. HEX triplet: BA, D4 and 66. RGB value is (186,212,102). Sum of RGB (Red+Green+Blue) = 186+212+102=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD466 is #452B99. Grayscale: #C0C0C0. Windows color (decimal): -4533146 or 6739130. OLE color: 6739130.
HSL color Cylindrical-coordinate representation of color #BAD466: hue angle of 74.18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAD466 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 102 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.17 |
| HSL | 74.18º | 0.56% | 0.62% | - |
| HSV(B) | 74.18º | 0.52% | 0.83% | - |
| XYZ | 46.19 | 58.49 | 21.42 | - |
| YUV | 191.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 102 | 0.12 | 0 | 0.52 | 0.17 | 74.18 | 0.56 | 0.62 |
| Hex | BA | D4 | 66 | C | 0 | 34 | 11 | 4A | 38 | 3E |
| Octal | 272 | 324 | 146 | 14 | 0 | 64 | 21 | 112 | 70 | 76 |
| Binary | 10111010 | 11010100 | 1100110 | 1100 | 0 | 110100 | 10001 | 1001010 | 111000 | 111110 |
Color Harmonies of #BAD466
Complementary color
Monochromatic Colors of #BAD466
Black with #BAD466
Text Example
Text Example
White with #BAD466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD466; }
p { color: rgb(186,212,102); }
H1.HeaderClassName
{
color: #BAD466;
}
.AnyTagClassName
{
color: #BAD466;
}
</style>
background-color css
<style>
a { background-color: #BAD466; }
a { background-color: rgb(186,212,102); }
div.DivClassName
{
background-color: #BAD466;
}
.BgClassName
{
background-color: #BAD466;
}
</style>
border-color css
<style>
span { border-color: #BAD466; }
span { border-color: rgb(186,212,102); }
td.TdClassName
{
border-color: #BAD466;
}
.TagClassName
{
border-color: #BAD466;
}
</style>