Shades of Wild Willow #BAD16D
Tints of Wild Willow #BAD16D
RGB
CMYK
RGB Variations
Color information
#BAD16D (or 0xBAD16D) is known color: Wild Willow. HEX triplet: BA, D1 and 6D. RGB value is (186,209,109). Sum of RGB (Red+Green+Blue) = 186+209+109=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD16D is #452E92. Grayscale: #BFBFBF. Windows color (decimal): -4533907 or 7197114. OLE color: 7197114.
HSL color Cylindrical-coordinate representation of color #BAD16D: hue angle of 73.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAD16D is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 109 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.18 |
| HSL | 73.8º | 0.52% | 0.62% | - |
| HSV(B) | 73.8º | 0.48% | 0.82% | - |
| XYZ | 45.81 | 57.14 | 23.08 | - |
| YUV | 190.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 109 | 0.11 | 0 | 0.48 | 0.18 | 73.8 | 0.52 | 0.62 |
| Hex | BA | D1 | 6D | B | 0 | 30 | 12 | 4A | 34 | 3E |
| Octal | 272 | 321 | 155 | 13 | 0 | 60 | 22 | 112 | 64 | 76 |
| Binary | 10111010 | 11010001 | 1101101 | 1011 | 0 | 110000 | 10010 | 1001010 | 110100 | 111110 |
Color Harmonies of #BAD16D
Complementary color
Monochromatic Colors of #BAD16D
Black with #BAD16D
Text Example
Text Example
White with #BAD16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD16D; }
p { color: rgb(186,209,109); }
H1.HeaderClassName
{
color: #BAD16D;
}
.AnyTagClassName
{
color: #BAD16D;
}
</style>
background-color css
<style>
a { background-color: #BAD16D; }
a { background-color: rgb(186,209,109); }
div.DivClassName
{
background-color: #BAD16D;
}
.BgClassName
{
background-color: #BAD16D;
}
</style>
border-color css
<style>
span { border-color: #BAD16D; }
span { border-color: rgb(186,209,109); }
td.TdClassName
{
border-color: #BAD16D;
}
.TagClassName
{
border-color: #BAD16D;
}
</style>