Shades of Wild Willow #BAD565
Tints of Wild Willow #BAD565
RGB
CMYK
RGB Variations
Color information
#BAD565 (or 0xBAD565) is known color: Wild Willow. HEX triplet: BA, D5 and 65. RGB value is (186,213,101). Sum of RGB (Red+Green+Blue) = 186+213+101=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD565 is #452A9A. Grayscale: #C0C0C0. Windows color (decimal): -4532891 or 6673850. OLE color: 6673850.
HSL color Cylindrical-coordinate representation of color #BAD565: hue angle of 74.46º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAD565 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 101 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.16 |
| HSL | 74.46º | 0.57% | 0.62% | - |
| HSV(B) | 74.46º | 0.53% | 0.84% | - |
| XYZ | 46.39 | 58.97 | 21.25 | - |
| YUV | 192.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 101 | 0.13 | 0 | 0.53 | 0.16 | 74.46 | 0.57 | 0.62 |
| Hex | BA | D5 | 65 | D | 0 | 35 | 10 | 4A | 39 | 3E |
| Octal | 272 | 325 | 145 | 15 | 0 | 65 | 20 | 112 | 71 | 76 |
| Binary | 10111010 | 11010101 | 1100101 | 1101 | 0 | 110101 | 10000 | 1001010 | 111001 | 111110 |
Color Harmonies of #BAD565
Complementary color
Monochromatic Colors of #BAD565
Black with #BAD565
Text Example
Text Example
White with #BAD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD565; }
p { color: rgb(186,213,101); }
H1.HeaderClassName
{
color: #BAD565;
}
.AnyTagClassName
{
color: #BAD565;
}
</style>
background-color css
<style>
a { background-color: #BAD565; }
a { background-color: rgb(186,213,101); }
div.DivClassName
{
background-color: #BAD565;
}
.BgClassName
{
background-color: #BAD565;
}
</style>
border-color css
<style>
span { border-color: #BAD565; }
span { border-color: rgb(186,213,101); }
td.TdClassName
{
border-color: #BAD565;
}
.TagClassName
{
border-color: #BAD565;
}
</style>