Shades of Wild Willow #BAD360
Tints of Wild Willow #BAD360
RGB
CMYK
RGB Variations
Color information
#BAD360 (or 0xBAD360) is known color: Wild Willow. HEX triplet: BA, D3 and 60. RGB value is (186,211,96). Sum of RGB (Red+Green+Blue) = 186+211+96=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD360 is #452C9F. Grayscale: #BEBEBE. Windows color (decimal): -4533408 or 6345658. OLE color: 6345658.
HSL color Cylindrical-coordinate representation of color #BAD360: hue angle of 73.04º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAD360 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 96 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.17 |
| HSL | 73.04º | 0.57% | 0.6% | - |
| HSV(B) | 73.04º | 0.55% | 0.83% | - |
| XYZ | 45.66 | 57.87 | 19.83 | - |
| YUV | 190.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 96 | 0.12 | 0 | 0.55 | 0.17 | 73.04 | 0.57 | 0.6 |
| Hex | BA | D3 | 60 | C | 0 | 37 | 11 | 49 | 39 | 3C |
| Octal | 272 | 323 | 140 | 14 | 0 | 67 | 21 | 111 | 71 | 74 |
| Binary | 10111010 | 11010011 | 1100000 | 1100 | 0 | 110111 | 10001 | 1001001 | 111001 | 111100 |
Color Harmonies of #BAD360
Complementary color
Monochromatic Colors of #BAD360
Black with #BAD360
Text Example
Text Example
White with #BAD360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD360; }
p { color: rgb(186,211,96); }
H1.HeaderClassName
{
color: #BAD360;
}
.AnyTagClassName
{
color: #BAD360;
}
</style>
background-color css
<style>
a { background-color: #BAD360; }
a { background-color: rgb(186,211,96); }
div.DivClassName
{
background-color: #BAD360;
}
.BgClassName
{
background-color: #BAD360;
}
</style>
border-color css
<style>
span { border-color: #BAD360; }
span { border-color: rgb(186,211,96); }
td.TdClassName
{
border-color: #BAD360;
}
.TagClassName
{
border-color: #BAD360;
}
</style>