Shades of Wild Willow #BAD259
Tints of Wild Willow #BAD259
RGB
CMYK
RGB Variations
Color information
#BAD259 (or 0xBAD259) is known color: Wild Willow. HEX triplet: BA, D2 and 59. RGB value is (186,210,89). Sum of RGB (Red+Green+Blue) = 186+210+89=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD259 is #452DA6. Grayscale: #BDBDBD. Windows color (decimal): -4533671 or 5886650. OLE color: 5886650.
HSL color Cylindrical-coordinate representation of color #BAD259: hue angle of 71.9º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAD259 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 89 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.18 |
| HSL | 71.9º | 0.57% | 0.59% | - |
| HSV(B) | 71.9º | 0.58% | 0.82% | - |
| XYZ | 45.1 | 57.25 | 18.13 | - |
| YUV | 189.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 89 | 0.11 | 0 | 0.58 | 0.18 | 71.9 | 0.57 | 0.59 |
| Hex | BA | D2 | 59 | B | 0 | 3A | 12 | 48 | 39 | 3B |
| Octal | 272 | 322 | 131 | 13 | 0 | 72 | 22 | 110 | 71 | 73 |
| Binary | 10111010 | 11010010 | 1011001 | 1011 | 0 | 111010 | 10010 | 1001000 | 111001 | 111011 |
Color Harmonies of #BAD259
Complementary color
Monochromatic Colors of #BAD259
Black with #BAD259
Text Example
Text Example
White with #BAD259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD259; }
p { color: rgb(186,210,89); }
H1.HeaderClassName
{
color: #BAD259;
}
.AnyTagClassName
{
color: #BAD259;
}
</style>
background-color css
<style>
a { background-color: #BAD259; }
a { background-color: rgb(186,210,89); }
div.DivClassName
{
background-color: #BAD259;
}
.BgClassName
{
background-color: #BAD259;
}
</style>
border-color css
<style>
span { border-color: #BAD259; }
span { border-color: rgb(186,210,89); }
td.TdClassName
{
border-color: #BAD259;
}
.TagClassName
{
border-color: #BAD259;
}
</style>