Shades of Wild Willow #BAC158
Tints of Wild Willow #BAC158
RGB
CMYK
RGB Variations
Color information
#BAC158 (or 0xBAC158) is known color: Wild Willow. HEX triplet: BA, C1 and 58. RGB value is (186,193,88). Sum of RGB (Red+Green+Blue) = 186+193+88=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC158 is #453EA7. Grayscale: #B3B3B3. Windows color (decimal): -4538024 or 5816762. OLE color: 5816762.
HSL color Cylindrical-coordinate representation of color #BAC158: hue angle of 64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAC158 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 88 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.24 |
| HSL | 64º | 0.46% | 0.55% | - |
| HSV(B) | 64º | 0.54% | 0.76% | - |
| XYZ | 41.08 | 49.28 | 16.58 | - |
| YUV | 178.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 88 | 0.04 | 0 | 0.54 | 0.24 | 64 | 0.46 | 0.55 |
| Hex | BA | C1 | 58 | 4 | 0 | 36 | 18 | 40 | 2E | 37 |
| Octal | 272 | 301 | 130 | 4 | 0 | 66 | 30 | 100 | 56 | 67 |
| Binary | 10111010 | 11000001 | 1011000 | 100 | 0 | 110110 | 11000 | 1000000 | 101110 | 110111 |
Color Harmonies of #BAC158
Complementary color
Monochromatic Colors of #BAC158
Black with #BAC158
Text Example
Text Example
White with #BAC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC158; }
p { color: rgb(186,193,88); }
H1.HeaderClassName
{
color: #BAC158;
}
.AnyTagClassName
{
color: #BAC158;
}
</style>
background-color css
<style>
a { background-color: #BAC158; }
a { background-color: rgb(186,193,88); }
div.DivClassName
{
background-color: #BAC158;
}
.BgClassName
{
background-color: #BAC158;
}
</style>
border-color css
<style>
span { border-color: #BAC158; }
span { border-color: rgb(186,193,88); }
td.TdClassName
{
border-color: #BAC158;
}
.TagClassName
{
border-color: #BAC158;
}
</style>