Shades of Wild Willow #BAD568
Tints of Wild Willow #BAD568
RGB
CMYK
RGB Variations
Color information
#BAD568 (or 0xBAD568) is known color: Wild Willow. HEX triplet: BA, D5 and 68. RGB value is (186,213,104). Sum of RGB (Red+Green+Blue) = 186+213+104=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD568 is #452A97. Grayscale: #C0C0C0. Windows color (decimal): -4532888 or 6870458. OLE color: 6870458.
HSL color Cylindrical-coordinate representation of color #BAD568: hue angle of 74.86º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAD568 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 104 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.16 |
| HSL | 74.86º | 0.56% | 0.62% | - |
| HSV(B) | 74.86º | 0.51% | 0.84% | - |
| XYZ | 46.54 | 59.03 | 22.04 | - |
| YUV | 192.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 104 | 0.13 | 0 | 0.51 | 0.16 | 74.86 | 0.56 | 0.62 |
| Hex | BA | D5 | 68 | D | 0 | 33 | 10 | 4B | 38 | 3E |
| Octal | 272 | 325 | 150 | 15 | 0 | 63 | 20 | 113 | 70 | 76 |
| Binary | 10111010 | 11010101 | 1101000 | 1101 | 0 | 110011 | 10000 | 1001011 | 111000 | 111110 |
Color Harmonies of #BAD568
Complementary color
Monochromatic Colors of #BAD568
Black with #BAD568
Text Example
Text Example
White with #BAD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD568; }
p { color: rgb(186,213,104); }
H1.HeaderClassName
{
color: #BAD568;
}
.AnyTagClassName
{
color: #BAD568;
}
</style>
background-color css
<style>
a { background-color: #BAD568; }
a { background-color: rgb(186,213,104); }
div.DivClassName
{
background-color: #BAD568;
}
.BgClassName
{
background-color: #BAD568;
}
</style>
border-color css
<style>
span { border-color: #BAD568; }
span { border-color: rgb(186,213,104); }
td.TdClassName
{
border-color: #BAD568;
}
.TagClassName
{
border-color: #BAD568;
}
</style>