Shades of Wild Willow #BAC258
Tints of Wild Willow #BAC258
RGB
CMYK
RGB Variations
Color information
#BAC258 (or 0xBAC258) is known color: Wild Willow. HEX triplet: BA, C2 and 58. RGB value is (186,194,88). Sum of RGB (Red+Green+Blue) = 186+194+88=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC258 is #453DA7. Grayscale: #B3B3B3. Windows color (decimal): -4537768 or 5817018. OLE color: 5817018.
HSL color Cylindrical-coordinate representation of color #BAC258: hue angle of 64.53º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAC258 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 88 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.24 |
| HSL | 64.53º | 0.46% | 0.55% | - |
| HSV(B) | 64.53º | 0.55% | 0.76% | - |
| XYZ | 41.3 | 49.73 | 16.65 | - |
| YUV | 179.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 88 | 0.04 | 0 | 0.55 | 0.24 | 64.53 | 0.46 | 0.55 |
| Hex | BA | C2 | 58 | 4 | 0 | 37 | 18 | 41 | 2E | 37 |
| Octal | 272 | 302 | 130 | 4 | 0 | 67 | 30 | 101 | 56 | 67 |
| Binary | 10111010 | 11000010 | 1011000 | 100 | 0 | 110111 | 11000 | 1000001 | 101110 | 110111 |
Color Harmonies of #BAC258
Complementary color
Monochromatic Colors of #BAC258
Black with #BAC258
Text Example
Text Example
White with #BAC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC258; }
p { color: rgb(186,194,88); }
H1.HeaderClassName
{
color: #BAC258;
}
.AnyTagClassName
{
color: #BAC258;
}
</style>
background-color css
<style>
a { background-color: #BAC258; }
a { background-color: rgb(186,194,88); }
div.DivClassName
{
background-color: #BAC258;
}
.BgClassName
{
background-color: #BAC258;
}
</style>
border-color css
<style>
span { border-color: #BAC258; }
span { border-color: rgb(186,194,88); }
td.TdClassName
{
border-color: #BAC258;
}
.TagClassName
{
border-color: #BAC258;
}
</style>