Shades of Wild Willow #BAD36C
Tints of Wild Willow #BAD36C
RGB
CMYK
RGB Variations
Color information
#BAD36C (or 0xBAD36C) is known color: Wild Willow. HEX triplet: BA, D3 and 6C. RGB value is (186,211,108). Sum of RGB (Red+Green+Blue) = 186+211+108=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD36C is #452C93. Grayscale: #C0C0C0. Windows color (decimal): -4533396 or 7132090. OLE color: 7132090.
HSL color Cylindrical-coordinate representation of color #BAD36C: hue angle of 74.56º 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 #BAD36C is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 108 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.17 |
| HSL | 74.56º | 0.54% | 0.63% | - |
| HSV(B) | 74.56º | 0.49% | 0.83% | - |
| XYZ | 46.25 | 58.11 | 22.97 | - |
| YUV | 191.78 | 80.72 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 108 | 0.12 | 0 | 0.49 | 0.17 | 74.56 | 0.54 | 0.63 |
| Hex | BA | D3 | 6C | C | 0 | 31 | 11 | 4B | 36 | 3F |
| Octal | 272 | 323 | 154 | 14 | 0 | 61 | 21 | 113 | 66 | 77 |
| Binary | 10111010 | 11010011 | 1101100 | 1100 | 0 | 110001 | 10001 | 1001011 | 110110 | 111111 |
Color Harmonies of #BAD36C
Complementary color
Monochromatic Colors of #BAD36C
Black with #BAD36C
Text Example
Text Example
White with #BAD36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD36C; }
p { color: rgb(186,211,108); }
H1.HeaderClassName
{
color: #BAD36C;
}
.AnyTagClassName
{
color: #BAD36C;
}
</style>
background-color css
<style>
a { background-color: #BAD36C; }
a { background-color: rgb(186,211,108); }
div.DivClassName
{
background-color: #BAD36C;
}
.BgClassName
{
background-color: #BAD36C;
}
</style>
border-color css
<style>
span { border-color: #BAD36C; }
span { border-color: rgb(186,211,108); }
td.TdClassName
{
border-color: #BAD36C;
}
.TagClassName
{
border-color: #BAD36C;
}
</style>