Shades of Wild Willow #BAC65D
Tints of Wild Willow #BAC65D
RGB
CMYK
RGB Variations
Color information
#BAC65D (or 0xBAC65D) is known color: Wild Willow. HEX triplet: BA, C6 and 5D. RGB value is (186,198,93). Sum of RGB (Red+Green+Blue) = 186+198+93=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC65D is #4539A2. Grayscale: #B6B6B6. Windows color (decimal): -4536739 or 6145722. OLE color: 6145722.
HSL color Cylindrical-coordinate representation of color #BAC65D: hue angle of 66.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAC65D is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 93 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.22 |
| HSL | 66.86º | 0.48% | 0.57% | - |
| HSV(B) | 66.86º | 0.53% | 0.78% | - |
| XYZ | 42.42 | 51.62 | 18.08 | - |
| YUV | 182.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 93 | 0.06 | 0 | 0.53 | 0.22 | 66.86 | 0.48 | 0.57 |
| Hex | BA | C6 | 5D | 6 | 0 | 35 | 16 | 43 | 30 | 39 |
| Octal | 272 | 306 | 135 | 6 | 0 | 65 | 26 | 103 | 60 | 71 |
| Binary | 10111010 | 11000110 | 1011101 | 110 | 0 | 110101 | 10110 | 1000011 | 110000 | 111001 |
Color Harmonies of #BAC65D
Complementary color
Monochromatic Colors of #BAC65D
Black with #BAC65D
Text Example
Text Example
White with #BAC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC65D; }
p { color: rgb(186,198,93); }
H1.HeaderClassName
{
color: #BAC65D;
}
.AnyTagClassName
{
color: #BAC65D;
}
</style>
background-color css
<style>
a { background-color: #BAC65D; }
a { background-color: rgb(186,198,93); }
div.DivClassName
{
background-color: #BAC65D;
}
.BgClassName
{
background-color: #BAC65D;
}
</style>
border-color css
<style>
span { border-color: #BAC65D; }
span { border-color: rgb(186,198,93); }
td.TdClassName
{
border-color: #BAC65D;
}
.TagClassName
{
border-color: #BAC65D;
}
</style>