Shades of Wild Willow #BAD16C
Tints of Wild Willow #BAD16C
RGB
CMYK
RGB Variations
Color information
#BAD16C (or 0xBAD16C) is known color: Wild Willow. HEX triplet: BA, D1 and 6C. RGB value is (186,209,108). Sum of RGB (Red+Green+Blue) = 186+209+108=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD16C is #452E93. Grayscale: #BEBEBE. Windows color (decimal): -4533908 or 7131578. OLE color: 7131578.
HSL color Cylindrical-coordinate representation of color #BAD16C: hue angle of 73.66º 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 #BAD16C is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 108 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.18 |
| HSL | 73.66º | 0.52% | 0.62% | - |
| HSV(B) | 73.66º | 0.48% | 0.82% | - |
| XYZ | 45.76 | 57.12 | 22.8 | - |
| YUV | 190.61 | 81.38 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 108 | 0.11 | 0 | 0.48 | 0.18 | 73.66 | 0.52 | 0.62 |
| Hex | BA | D1 | 6C | B | 0 | 30 | 12 | 4A | 34 | 3E |
| Octal | 272 | 321 | 154 | 13 | 0 | 60 | 22 | 112 | 64 | 76 |
| Binary | 10111010 | 11010001 | 1101100 | 1011 | 0 | 110000 | 10010 | 1001010 | 110100 | 111110 |
Color Harmonies of #BAD16C
Complementary color
Monochromatic Colors of #BAD16C
Black with #BAD16C
Text Example
Text Example
White with #BAD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD16C; }
p { color: rgb(186,209,108); }
H1.HeaderClassName
{
color: #BAD16C;
}
.AnyTagClassName
{
color: #BAD16C;
}
</style>
background-color css
<style>
a { background-color: #BAD16C; }
a { background-color: rgb(186,209,108); }
div.DivClassName
{
background-color: #BAD16C;
}
.BgClassName
{
background-color: #BAD16C;
}
</style>
border-color css
<style>
span { border-color: #BAD16C; }
span { border-color: rgb(186,209,108); }
td.TdClassName
{
border-color: #BAD16C;
}
.TagClassName
{
border-color: #BAD16C;
}
</style>