Shades of Wild Willow #BAD65E
Tints of Wild Willow #BAD65E
RGB
CMYK
RGB Variations
Color information
#BAD65E (or 0xBAD65E) is known color: Wild Willow. HEX triplet: BA, D6 and 5E. RGB value is (186,214,94). Sum of RGB (Red+Green+Blue) = 186+214+94=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD65E is #4529A1. Grayscale: #C0C0C0. Windows color (decimal): -4532642 or 6215354. OLE color: 6215354.
HSL color Cylindrical-coordinate representation of color #BAD65E: hue angle of 74º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAD65E is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 94 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.16 |
| HSL | 74º | 0.59% | 0.6% | - |
| HSV(B) | 74º | 0.56% | 0.84% | - |
| XYZ | 46.32 | 59.34 | 19.6 | - |
| YUV | 191.95 | 72.72 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 94 | 0.13 | 0 | 0.56 | 0.16 | 74 | 0.59 | 0.6 |
| Hex | BA | D6 | 5E | D | 0 | 38 | 10 | 4A | 3B | 3C |
| Octal | 272 | 326 | 136 | 15 | 0 | 70 | 20 | 112 | 73 | 74 |
| Binary | 10111010 | 11010110 | 1011110 | 1101 | 0 | 111000 | 10000 | 1001010 | 111011 | 111100 |
Color Harmonies of #BAD65E
Complementary color
Monochromatic Colors of #BAD65E
Black with #BAD65E
Text Example
Text Example
White with #BAD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD65E; }
p { color: rgb(186,214,94); }
H1.HeaderClassName
{
color: #BAD65E;
}
.AnyTagClassName
{
color: #BAD65E;
}
</style>
background-color css
<style>
a { background-color: #BAD65E; }
a { background-color: rgb(186,214,94); }
div.DivClassName
{
background-color: #BAD65E;
}
.BgClassName
{
background-color: #BAD65E;
}
</style>
border-color css
<style>
span { border-color: #BAD65E; }
span { border-color: rgb(186,214,94); }
td.TdClassName
{
border-color: #BAD65E;
}
.TagClassName
{
border-color: #BAD65E;
}
</style>