Shades of Wild Willow #BAC855
Tints of Wild Willow #BAC855
RGB
CMYK
RGB Variations
Color information
#BAC855 (or 0xBAC855) is known color: Wild Willow. HEX triplet: BA, C8 and 55. RGB value is (186,200,85). Sum of RGB (Red+Green+Blue) = 186+200+85=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC855 is #4537AA. Grayscale: #B7B7B7. Windows color (decimal): -4536235 or 5621946. OLE color: 5621946.
HSL color Cylindrical-coordinate representation of color #BAC855: hue angle of 67.3º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAC855 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 85 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.22 |
| HSL | 67.3º | 0.51% | 0.56% | - |
| HSV(B) | 67.3º | 0.58% | 0.78% | - |
| XYZ | 42.54 | 52.4 | 16.47 | - |
| YUV | 182.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 85 | 0.07 | 0 | 0.58 | 0.22 | 67.3 | 0.51 | 0.56 |
| Hex | BA | C8 | 55 | 7 | 0 | 3A | 16 | 43 | 33 | 38 |
| Octal | 272 | 310 | 125 | 7 | 0 | 72 | 26 | 103 | 63 | 70 |
| Binary | 10111010 | 11001000 | 1010101 | 111 | 0 | 111010 | 10110 | 1000011 | 110011 | 111000 |
Color Harmonies of #BAC855
Complementary color
Monochromatic Colors of #BAC855
Black with #BAC855
Text Example
Text Example
White with #BAC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC855; }
p { color: rgb(186,200,85); }
H1.HeaderClassName
{
color: #BAC855;
}
.AnyTagClassName
{
color: #BAC855;
}
</style>
background-color css
<style>
a { background-color: #BAC855; }
a { background-color: rgb(186,200,85); }
div.DivClassName
{
background-color: #BAC855;
}
.BgClassName
{
background-color: #BAC855;
}
</style>
border-color css
<style>
span { border-color: #BAC855; }
span { border-color: rgb(186,200,85); }
td.TdClassName
{
border-color: #BAC855;
}
.TagClassName
{
border-color: #BAC855;
}
</style>