Shades of Wild Willow #BAD260
Tints of Wild Willow #BAD260
RGB
CMYK
RGB Variations
Color information
#BAD260 (or 0xBAD260) is known color: Wild Willow. HEX triplet: BA, D2 and 60. RGB value is (186,210,96). Sum of RGB (Red+Green+Blue) = 186+210+96=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD260 is #452D9F. Grayscale: #BEBEBE. Windows color (decimal): -4533664 or 6345402. OLE color: 6345402.
HSL color Cylindrical-coordinate representation of color #BAD260: hue angle of 72.63º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAD260 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 96 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.18 |
| HSL | 72.63º | 0.56% | 0.6% | - |
| HSV(B) | 72.63º | 0.54% | 0.82% | - |
| XYZ | 45.41 | 57.38 | 19.75 | - |
| YUV | 189.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 96 | 0.11 | 0 | 0.54 | 0.18 | 72.63 | 0.56 | 0.6 |
| Hex | BA | D2 | 60 | B | 0 | 36 | 12 | 49 | 38 | 3C |
| Octal | 272 | 322 | 140 | 13 | 0 | 66 | 22 | 111 | 70 | 74 |
| Binary | 10111010 | 11010010 | 1100000 | 1011 | 0 | 110110 | 10010 | 1001001 | 111000 | 111100 |
Color Harmonies of #BAD260
Complementary color
Monochromatic Colors of #BAD260
Black with #BAD260
Text Example
Text Example
White with #BAD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD260; }
p { color: rgb(186,210,96); }
H1.HeaderClassName
{
color: #BAD260;
}
.AnyTagClassName
{
color: #BAD260;
}
</style>
background-color css
<style>
a { background-color: #BAD260; }
a { background-color: rgb(186,210,96); }
div.DivClassName
{
background-color: #BAD260;
}
.BgClassName
{
background-color: #BAD260;
}
</style>
border-color css
<style>
span { border-color: #BAD260; }
span { border-color: rgb(186,210,96); }
td.TdClassName
{
border-color: #BAD260;
}
.TagClassName
{
border-color: #BAD260;
}
</style>