Shades of Wild Willow #BAD45D
Tints of Wild Willow #BAD45D
RGB
CMYK
RGB Variations
Color information
#BAD45D (or 0xBAD45D) is known color: Wild Willow. HEX triplet: BA, D4 and 5D. RGB value is (186,212,93). Sum of RGB (Red+Green+Blue) = 186+212+93=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD45D is #452BA2. Grayscale: #BFBFBF. Windows color (decimal): -4533155 or 6149306. OLE color: 6149306.
HSL color Cylindrical-coordinate representation of color #BAD45D: hue angle of 73.11º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAD45D is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 93 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.17 |
| HSL | 73.11º | 0.58% | 0.6% | - |
| HSV(B) | 73.11º | 0.56% | 0.83% | - |
| XYZ | 45.77 | 58.32 | 19.2 | - |
| YUV | 190.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 93 | 0.12 | 0 | 0.56 | 0.17 | 73.11 | 0.58 | 0.6 |
| Hex | BA | D4 | 5D | C | 0 | 38 | 11 | 49 | 3A | 3C |
| Octal | 272 | 324 | 135 | 14 | 0 | 70 | 21 | 111 | 72 | 74 |
| Binary | 10111010 | 11010100 | 1011101 | 1100 | 0 | 111000 | 10001 | 1001001 | 111010 | 111100 |
Color Harmonies of #BAD45D
Complementary color
Monochromatic Colors of #BAD45D
Black with #BAD45D
Text Example
Text Example
White with #BAD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD45D; }
p { color: rgb(186,212,93); }
H1.HeaderClassName
{
color: #BAD45D;
}
.AnyTagClassName
{
color: #BAD45D;
}
</style>
background-color css
<style>
a { background-color: #BAD45D; }
a { background-color: rgb(186,212,93); }
div.DivClassName
{
background-color: #BAD45D;
}
.BgClassName
{
background-color: #BAD45D;
}
</style>
border-color css
<style>
span { border-color: #BAD45D; }
span { border-color: rgb(186,212,93); }
td.TdClassName
{
border-color: #BAD45D;
}
.TagClassName
{
border-color: #BAD45D;
}
</style>