Shades of Wild Willow #BAD06C
Tints of Wild Willow #BAD06C
RGB
CMYK
RGB Variations
Color information
#BAD06C (or 0xBAD06C) is known color: Wild Willow. HEX triplet: BA, D0 and 6C. RGB value is (186,208,108). Sum of RGB (Red+Green+Blue) = 186+208+108=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD06C is #452F93. Grayscale: #BEBEBE. Windows color (decimal): -4534164 or 7131322. OLE color: 7131322.
HSL color Cylindrical-coordinate representation of color #BAD06C: hue angle of 73.2º 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 #BAD06C is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 108 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.18 |
| HSL | 73.2º | 0.52% | 0.62% | - |
| HSV(B) | 73.2º | 0.48% | 0.82% | - |
| XYZ | 45.51 | 56.63 | 22.72 | - |
| YUV | 190.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 108 | 0.11 | 0 | 0.48 | 0.18 | 73.2 | 0.52 | 0.62 |
| Hex | BA | D0 | 6C | B | 0 | 30 | 12 | 49 | 34 | 3E |
| Octal | 272 | 320 | 154 | 13 | 0 | 60 | 22 | 111 | 64 | 76 |
| Binary | 10111010 | 11010000 | 1101100 | 1011 | 0 | 110000 | 10010 | 1001001 | 110100 | 111110 |
Color Harmonies of #BAD06C
Complementary color
Monochromatic Colors of #BAD06C
Black with #BAD06C
Text Example
Text Example
White with #BAD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD06C; }
p { color: rgb(186,208,108); }
H1.HeaderClassName
{
color: #BAD06C;
}
.AnyTagClassName
{
color: #BAD06C;
}
</style>
background-color css
<style>
a { background-color: #BAD06C; }
a { background-color: rgb(186,208,108); }
div.DivClassName
{
background-color: #BAD06C;
}
.BgClassName
{
background-color: #BAD06C;
}
</style>
border-color css
<style>
span { border-color: #BAD06C; }
span { border-color: rgb(186,208,108); }
td.TdClassName
{
border-color: #BAD06C;
}
.TagClassName
{
border-color: #BAD06C;
}
</style>