Shades of Wild Willow #BAD357
Tints of Wild Willow #BAD357
RGB
CMYK
RGB Variations
Color information
#BAD357 (or 0xBAD357) is known color: Wild Willow. HEX triplet: BA, D3 and 57. RGB value is (186,211,87). Sum of RGB (Red+Green+Blue) = 186+211+87=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 87 (34.38% from 255 or 17.98% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD357 is #452CA8. Grayscale: #BDBDBD. Windows color (decimal): -4533417 or 5755834. OLE color: 5755834.
HSL color Cylindrical-coordinate representation of color #BAD357: hue angle of 72.1º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAD357 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 87 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.17 |
| HSL | 72.1º | 0.58% | 0.58% | - |
| HSV(B) | 72.1º | 0.59% | 0.83% | - |
| XYZ | 45.26 | 57.72 | 17.77 | - |
| YUV | 189.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 87 | 0.12 | 0 | 0.59 | 0.17 | 72.1 | 0.58 | 0.58 |
| Hex | BA | D3 | 57 | C | 0 | 3B | 11 | 48 | 3A | 3A |
| Octal | 272 | 323 | 127 | 14 | 0 | 73 | 21 | 110 | 72 | 72 |
| Binary | 10111010 | 11010011 | 1010111 | 1100 | 0 | 111011 | 10001 | 1001000 | 111010 | 111010 |
Color Harmonies of #BAD357
Complementary color
Monochromatic Colors of #BAD357
Black with #BAD357
Text Example
Text Example
White with #BAD357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD357; }
p { color: rgb(186,211,87); }
H1.HeaderClassName
{
color: #BAD357;
}
.AnyTagClassName
{
color: #BAD357;
}
</style>
background-color css
<style>
a { background-color: #BAD357; }
a { background-color: rgb(186,211,87); }
div.DivClassName
{
background-color: #BAD357;
}
.BgClassName
{
background-color: #BAD357;
}
</style>
border-color css
<style>
span { border-color: #BAD357; }
span { border-color: rgb(186,211,87); }
td.TdClassName
{
border-color: #BAD357;
}
.TagClassName
{
border-color: #BAD357;
}
</style>