Shades of Wild Willow #BAD76C
Tints of Wild Willow #BAD76C
RGB
CMYK
RGB Variations
Color information
#BAD76C (or 0xBAD76C) is known color: Wild Willow. HEX triplet: BA, D7 and 6C. RGB value is (186,215,108). Sum of RGB (Red+Green+Blue) = 186+215+108=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD76C is #452893. Grayscale: #C2C2C2. Windows color (decimal): -4532372 or 7133114. OLE color: 7133114.
HSL color Cylindrical-coordinate representation of color #BAD76C: hue angle of 76.26º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAD76C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 215 | 108 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.16 |
| HSL | 76.26º | 0.57% | 0.63% | - |
| HSV(B) | 76.26º | 0.5% | 0.84% | - |
| XYZ | 47.26 | 60.12 | 23.3 | - |
| YUV | 194.13 | 79.39 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 108 | 0.13 | 0 | 0.50 | 0.16 | 76.26 | 0.57 | 0.63 |
| Hex | BA | D7 | 6C | D | 0 | 32 | 10 | 4C | 39 | 3F |
| Octal | 272 | 327 | 154 | 15 | 0 | 62 | 20 | 114 | 71 | 77 |
| Binary | 10111010 | 11010111 | 1101100 | 1101 | 0 | 110010 | 10000 | 1001100 | 111001 | 111111 |
Color Harmonies of #BAD76C
Complementary color
Monochromatic Colors of #BAD76C
Black with #BAD76C
Text Example
Text Example
White with #BAD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD76C; }
p { color: rgb(186,215,108); }
H1.HeaderClassName
{
color: #BAD76C;
}
.AnyTagClassName
{
color: #BAD76C;
}
</style>
background-color css
<style>
a { background-color: #BAD76C; }
a { background-color: rgb(186,215,108); }
div.DivClassName
{
background-color: #BAD76C;
}
.BgClassName
{
background-color: #BAD76C;
}
</style>
border-color css
<style>
span { border-color: #BAD76C; }
span { border-color: rgb(186,215,108); }
td.TdClassName
{
border-color: #BAD76C;
}
.TagClassName
{
border-color: #BAD76C;
}
</style>