Shades of Wild Willow #BAC558
Tints of Wild Willow #BAC558
RGB
CMYK
RGB Variations
Color information
#BAC558 (or 0xBAC558) is known color: Wild Willow. HEX triplet: BA, C5 and 58. RGB value is (186,197,88). Sum of RGB (Red+Green+Blue) = 186+197+88=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC558 is #453AA7. Grayscale: #B5B5B5. Windows color (decimal): -4537000 or 5817786. OLE color: 5817786.
HSL color Cylindrical-coordinate representation of color #BAC558: hue angle of 66.06º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAC558 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 88 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.23 |
| HSL | 66.06º | 0.48% | 0.56% | - |
| HSV(B) | 66.06º | 0.55% | 0.77% | - |
| XYZ | 41.98 | 51.08 | 16.88 | - |
| YUV | 181.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 88 | 0.06 | 0 | 0.55 | 0.23 | 66.06 | 0.48 | 0.56 |
| Hex | BA | C5 | 58 | 6 | 0 | 37 | 17 | 42 | 30 | 38 |
| Octal | 272 | 305 | 130 | 6 | 0 | 67 | 27 | 102 | 60 | 70 |
| Binary | 10111010 | 11000101 | 1011000 | 110 | 0 | 110111 | 10111 | 1000010 | 110000 | 111000 |
Color Harmonies of #BAC558
Complementary color
Monochromatic Colors of #BAC558
Black with #BAC558
Text Example
Text Example
White with #BAC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC558; }
p { color: rgb(186,197,88); }
H1.HeaderClassName
{
color: #BAC558;
}
.AnyTagClassName
{
color: #BAC558;
}
</style>
background-color css
<style>
a { background-color: #BAC558; }
a { background-color: rgb(186,197,88); }
div.DivClassName
{
background-color: #BAC558;
}
.BgClassName
{
background-color: #BAC558;
}
</style>
border-color css
<style>
span { border-color: #BAC558; }
span { border-color: rgb(186,197,88); }
td.TdClassName
{
border-color: #BAC558;
}
.TagClassName
{
border-color: #BAC558;
}
</style>