Shades of Wild Willow #BAC268
Tints of Wild Willow #BAC268
RGB
CMYK
RGB Variations
Color information
#BAC268 (or 0xBAC268) is known color: Wild Willow. HEX triplet: BA, C2 and 68. RGB value is (186,194,104). Sum of RGB (Red+Green+Blue) = 186+194+104=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC268 is #453D97. Grayscale: #B5B5B5. Windows color (decimal): -4537752 or 6865594. OLE color: 6865594.
HSL color Cylindrical-coordinate representation of color #BAC268: hue angle of 65.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAC268 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 104 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.24 |
| HSL | 65.33º | 0.42% | 0.58% | - |
| HSV(B) | 65.33º | 0.46% | 0.76% | - |
| XYZ | 42.04 | 50.02 | 20.54 | - |
| YUV | 181.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 104 | 0.04 | 0 | 0.46 | 0.24 | 65.33 | 0.42 | 0.58 |
| Hex | BA | C2 | 68 | 4 | 0 | 2E | 18 | 41 | 2A | 3A |
| Octal | 272 | 302 | 150 | 4 | 0 | 56 | 30 | 101 | 52 | 72 |
| Binary | 10111010 | 11000010 | 1101000 | 100 | 0 | 101110 | 11000 | 1000001 | 101010 | 111010 |
Color Harmonies of #BAC268
Complementary color
Monochromatic Colors of #BAC268
Black with #BAC268
Text Example
Text Example
White with #BAC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC268; }
p { color: rgb(186,194,104); }
H1.HeaderClassName
{
color: #BAC268;
}
.AnyTagClassName
{
color: #BAC268;
}
</style>
background-color css
<style>
a { background-color: #BAC268; }
a { background-color: rgb(186,194,104); }
div.DivClassName
{
background-color: #BAC268;
}
.BgClassName
{
background-color: #BAC268;
}
</style>
border-color css
<style>
span { border-color: #BAC268; }
span { border-color: rgb(186,194,104); }
td.TdClassName
{
border-color: #BAC268;
}
.TagClassName
{
border-color: #BAC268;
}
</style>