Shades of Wild Willow #BAD15E
Tints of Wild Willow #BAD15E
RGB
CMYK
RGB Variations
Color information
#BAD15E (or 0xBAD15E) is known color: Wild Willow. HEX triplet: BA, D1 and 5E. RGB value is (186,209,94). Sum of RGB (Red+Green+Blue) = 186+209+94=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD15E is #452EA1. Grayscale: #BDBDBD. Windows color (decimal): -4533922 or 6214074. OLE color: 6214074.
HSL color Cylindrical-coordinate representation of color #BAD15E: hue angle of 72º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAD15E is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 94 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.18 |
| HSL | 72º | 0.56% | 0.59% | - |
| HSV(B) | 72º | 0.55% | 0.82% | - |
| XYZ | 45.07 | 56.85 | 19.19 | - |
| YUV | 189.01 | 74.38 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 94 | 0.11 | 0 | 0.55 | 0.18 | 72 | 0.56 | 0.59 |
| Hex | BA | D1 | 5E | B | 0 | 37 | 12 | 48 | 38 | 3B |
| Octal | 272 | 321 | 136 | 13 | 0 | 67 | 22 | 110 | 70 | 73 |
| Binary | 10111010 | 11010001 | 1011110 | 1011 | 0 | 110111 | 10010 | 1001000 | 111000 | 111011 |
Color Harmonies of #BAD15E
Complementary color
Monochromatic Colors of #BAD15E
Black with #BAD15E
Text Example
Text Example
White with #BAD15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD15E; }
p { color: rgb(186,209,94); }
H1.HeaderClassName
{
color: #BAD15E;
}
.AnyTagClassName
{
color: #BAD15E;
}
</style>
background-color css
<style>
a { background-color: #BAD15E; }
a { background-color: rgb(186,209,94); }
div.DivClassName
{
background-color: #BAD15E;
}
.BgClassName
{
background-color: #BAD15E;
}
</style>
border-color css
<style>
span { border-color: #BAD15E; }
span { border-color: rgb(186,209,94); }
td.TdClassName
{
border-color: #BAD15E;
}
.TagClassName
{
border-color: #BAD15E;
}
</style>