Shades of Wild Willow #BAC85B
Tints of Wild Willow #BAC85B
RGB
CMYK
RGB Variations
Color information
#BAC85B (or 0xBAC85B) is known color: Wild Willow. HEX triplet: BA, C8 and 5B. RGB value is (186,200,91). Sum of RGB (Red+Green+Blue) = 186+200+91=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC85B is #4537A4. Grayscale: #B7B7B7. Windows color (decimal): -4536229 or 6015162. OLE color: 6015162.
HSL color Cylindrical-coordinate representation of color #BAC85B: hue angle of 67.71º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAC85B is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 91 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.22 |
| HSL | 67.71º | 0.5% | 0.57% | - |
| HSV(B) | 67.71º | 0.55% | 0.78% | - |
| XYZ | 42.79 | 52.5 | 17.78 | - |
| YUV | 183.39 | 75.86 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 91 | 0.07 | 0 | 0.54 | 0.22 | 67.71 | 0.5 | 0.57 |
| Hex | BA | C8 | 5B | 7 | 0 | 36 | 16 | 44 | 32 | 39 |
| Octal | 272 | 310 | 133 | 7 | 0 | 66 | 26 | 104 | 62 | 71 |
| Binary | 10111010 | 11001000 | 1011011 | 111 | 0 | 110110 | 10110 | 1000100 | 110010 | 111001 |
Color Harmonies of #BAC85B
Complementary color
Monochromatic Colors of #BAC85B
Black with #BAC85B
Text Example
Text Example
White with #BAC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC85B; }
p { color: rgb(186,200,91); }
H1.HeaderClassName
{
color: #BAC85B;
}
.AnyTagClassName
{
color: #BAC85B;
}
</style>
background-color css
<style>
a { background-color: #BAC85B; }
a { background-color: rgb(186,200,91); }
div.DivClassName
{
background-color: #BAC85B;
}
.BgClassName
{
background-color: #BAC85B;
}
</style>
border-color css
<style>
span { border-color: #BAC85B; }
span { border-color: rgb(186,200,91); }
td.TdClassName
{
border-color: #BAC85B;
}
.TagClassName
{
border-color: #BAC85B;
}
</style>