Shades of Wild Willow #BADA68
Tints of Wild Willow #BADA68
RGB
CMYK
RGB Variations
Color information
#BADA68 (or 0xBADA68) is known color: Wild Willow. HEX triplet: BA, DA and 68. RGB value is (186,218,104). Sum of RGB (Red+Green+Blue) = 186+218+104=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA68 is #452597. Grayscale: #C3C3C3. Windows color (decimal): -4531608 or 6871738. OLE color: 6871738.
HSL color Cylindrical-coordinate representation of color #BADA68: hue angle of 76.84º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BADA68 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 104 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.15 |
| HSL | 76.84º | 0.61% | 0.63% | - |
| HSV(B) | 76.84º | 0.52% | 0.85% | - |
| XYZ | 47.82 | 61.58 | 22.46 | - |
| YUV | 195.44 | 76.4 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 104 | 0.15 | 0 | 0.52 | 0.15 | 76.84 | 0.61 | 0.63 |
| Hex | BA | DA | 68 | F | 0 | 34 | F | 4D | 3D | 3F |
| Octal | 272 | 332 | 150 | 17 | 0 | 64 | 17 | 115 | 75 | 77 |
| Binary | 10111010 | 11011010 | 1101000 | 1111 | 0 | 110100 | 1111 | 1001101 | 111101 | 111111 |
Color Harmonies of #BADA68
Complementary color
Monochromatic Colors of #BADA68
Black with #BADA68
Text Example
Text Example
White with #BADA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA68; }
p { color: rgb(186,218,104); }
H1.HeaderClassName
{
color: #BADA68;
}
.AnyTagClassName
{
color: #BADA68;
}
</style>
background-color css
<style>
a { background-color: #BADA68; }
a { background-color: rgb(186,218,104); }
div.DivClassName
{
background-color: #BADA68;
}
.BgClassName
{
background-color: #BADA68;
}
</style>
border-color css
<style>
span { border-color: #BADA68; }
span { border-color: rgb(186,218,104); }
td.TdClassName
{
border-color: #BADA68;
}
.TagClassName
{
border-color: #BADA68;
}
</style>