Shades of Wild Willow #BAD06F
Tints of Wild Willow #BAD06F
RGB
CMYK
RGB Variations
Color information
#BAD06F (or 0xBAD06F) is known color: Wild Willow. HEX triplet: BA, D0 and 6F. RGB value is (186,208,111). Sum of RGB (Red+Green+Blue) = 186+208+111=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD06F is #452F90. Grayscale: #BEBEBE. Windows color (decimal): -4534161 or 7327930. OLE color: 7327930.
HSL color Cylindrical-coordinate representation of color #BAD06F: hue angle of 73.61º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAD06F is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 111 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.18 |
| HSL | 73.61º | 0.51% | 0.63% | - |
| HSV(B) | 73.61º | 0.47% | 0.82% | - |
| XYZ | 45.67 | 56.7 | 23.58 | - |
| YUV | 190.36 | 83.21 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 111 | 0.11 | 0 | 0.47 | 0.18 | 73.61 | 0.51 | 0.63 |
| Hex | BA | D0 | 6F | B | 0 | 2F | 12 | 4A | 33 | 3F |
| Octal | 272 | 320 | 157 | 13 | 0 | 57 | 22 | 112 | 63 | 77 |
| Binary | 10111010 | 11010000 | 1101111 | 1011 | 0 | 101111 | 10010 | 1001010 | 110011 | 111111 |
Color Harmonies of #BAD06F
Complementary color
Monochromatic Colors of #BAD06F
Black with #BAD06F
Text Example
Text Example
White with #BAD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD06F; }
p { color: rgb(186,208,111); }
H1.HeaderClassName
{
color: #BAD06F;
}
.AnyTagClassName
{
color: #BAD06F;
}
</style>
background-color css
<style>
a { background-color: #BAD06F; }
a { background-color: rgb(186,208,111); }
div.DivClassName
{
background-color: #BAD06F;
}
.BgClassName
{
background-color: #BAD06F;
}
</style>
border-color css
<style>
span { border-color: #BAD06F; }
span { border-color: rgb(186,208,111); }
td.TdClassName
{
border-color: #BAD06F;
}
.TagClassName
{
border-color: #BAD06F;
}
</style>