Shades of Wild Willow #BAD26F
Tints of Wild Willow #BAD26F
RGB
CMYK
RGB Variations
Color information
#BAD26F (or 0xBAD26F) is known color: Wild Willow. HEX triplet: BA, D2 and 6F. RGB value is (186,210,111). Sum of RGB (Red+Green+Blue) = 186+210+111=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD26F is #452D90. Grayscale: #BFBFBF. Windows color (decimal): -4533649 or 7328442. OLE color: 7328442.
HSL color Cylindrical-coordinate representation of color #BAD26F: hue angle of 74.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAD26F is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 111 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.18 |
| HSL | 74.55º | 0.52% | 0.63% | - |
| HSV(B) | 74.55º | 0.47% | 0.82% | - |
| XYZ | 46.17 | 57.68 | 23.74 | - |
| YUV | 191.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 111 | 0.11 | 0 | 0.47 | 0.18 | 74.55 | 0.52 | 0.63 |
| Hex | BA | D2 | 6F | B | 0 | 2F | 12 | 4B | 34 | 3F |
| Octal | 272 | 322 | 157 | 13 | 0 | 57 | 22 | 113 | 64 | 77 |
| Binary | 10111010 | 11010010 | 1101111 | 1011 | 0 | 101111 | 10010 | 1001011 | 110100 | 111111 |
Color Harmonies of #BAD26F
Complementary color
Monochromatic Colors of #BAD26F
Black with #BAD26F
Text Example
Text Example
White with #BAD26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD26F; }
p { color: rgb(186,210,111); }
H1.HeaderClassName
{
color: #BAD26F;
}
.AnyTagClassName
{
color: #BAD26F;
}
</style>
background-color css
<style>
a { background-color: #BAD26F; }
a { background-color: rgb(186,210,111); }
div.DivClassName
{
background-color: #BAD26F;
}
.BgClassName
{
background-color: #BAD26F;
}
</style>
border-color css
<style>
span { border-color: #BAD26F; }
span { border-color: rgb(186,210,111); }
td.TdClassName
{
border-color: #BAD26F;
}
.TagClassName
{
border-color: #BAD26F;
}
</style>