Shades of Wild Willow #BAD46C
Tints of Wild Willow #BAD46C
RGB
CMYK
RGB Variations
Color information
#BAD46C (or 0xBAD46C) is known color: Wild Willow. HEX triplet: BA, D4 and 6C. RGB value is (186,212,108). Sum of RGB (Red+Green+Blue) = 186+212+108=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD46C is #452B93. Grayscale: #C0C0C0. Windows color (decimal): -4533140 or 7132346. OLE color: 7132346.
HSL color Cylindrical-coordinate representation of color #BAD46C: hue angle of 75º degrees, saturation: 0.55, 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 #BAD46C is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 108 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.17 |
| HSL | 75º | 0.55% | 0.63% | - |
| HSV(B) | 75º | 0.49% | 0.83% | - |
| XYZ | 46.5 | 58.61 | 23.05 | - |
| YUV | 192.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 108 | 0.12 | 0 | 0.49 | 0.17 | 75 | 0.55 | 0.63 |
| Hex | BA | D4 | 6C | C | 0 | 31 | 11 | 4B | 37 | 3F |
| Octal | 272 | 324 | 154 | 14 | 0 | 61 | 21 | 113 | 67 | 77 |
| Binary | 10111010 | 11010100 | 1101100 | 1100 | 0 | 110001 | 10001 | 1001011 | 110111 | 111111 |
Color Harmonies of #BAD46C
Complementary color
Monochromatic Colors of #BAD46C
Black with #BAD46C
Text Example
Text Example
White with #BAD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD46C; }
p { color: rgb(186,212,108); }
H1.HeaderClassName
{
color: #BAD46C;
}
.AnyTagClassName
{
color: #BAD46C;
}
</style>
background-color css
<style>
a { background-color: #BAD46C; }
a { background-color: rgb(186,212,108); }
div.DivClassName
{
background-color: #BAD46C;
}
.BgClassName
{
background-color: #BAD46C;
}
</style>
border-color css
<style>
span { border-color: #BAD46C; }
span { border-color: rgb(186,212,108); }
td.TdClassName
{
border-color: #BAD46C;
}
.TagClassName
{
border-color: #BAD46C;
}
</style>