Shades of Wild Willow #BAD05E
Tints of Wild Willow #BAD05E
RGB
CMYK
RGB Variations
Color information
#BAD05E (or 0xBAD05E) is known color: Wild Willow. HEX triplet: BA, D0 and 5E. RGB value is (186,208,94). Sum of RGB (Red+Green+Blue) = 186+208+94=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD05E is #452FA1. Grayscale: #BCBCBC. Windows color (decimal): -4534178 or 6213818. OLE color: 6213818.
HSL color Cylindrical-coordinate representation of color #BAD05E: hue angle of 71.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAD05E is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 94 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.18 |
| HSL | 71.58º | 0.55% | 0.59% | - |
| HSV(B) | 71.58º | 0.55% | 0.82% | - |
| XYZ | 44.83 | 56.36 | 19.11 | - |
| YUV | 188.43 | 74.71 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 94 | 0.11 | 0 | 0.55 | 0.18 | 71.58 | 0.55 | 0.59 |
| Hex | BA | D0 | 5E | B | 0 | 37 | 12 | 48 | 37 | 3B |
| Octal | 272 | 320 | 136 | 13 | 0 | 67 | 22 | 110 | 67 | 73 |
| Binary | 10111010 | 11010000 | 1011110 | 1011 | 0 | 110111 | 10010 | 1001000 | 110111 | 111011 |
Color Harmonies of #BAD05E
Complementary color
Monochromatic Colors of #BAD05E
Black with #BAD05E
Text Example
Text Example
White with #BAD05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD05E; }
p { color: rgb(186,208,94); }
H1.HeaderClassName
{
color: #BAD05E;
}
.AnyTagClassName
{
color: #BAD05E;
}
</style>
background-color css
<style>
a { background-color: #BAD05E; }
a { background-color: rgb(186,208,94); }
div.DivClassName
{
background-color: #BAD05E;
}
.BgClassName
{
background-color: #BAD05E;
}
</style>
border-color css
<style>
span { border-color: #BAD05E; }
span { border-color: rgb(186,208,94); }
td.TdClassName
{
border-color: #BAD05E;
}
.TagClassName
{
border-color: #BAD05E;
}
</style>