Shades of Wild Willow #BAC25C
Tints of Wild Willow #BAC25C
RGB
CMYK
RGB Variations
Color information
#BAC25C (or 0xBAC25C) is known color: Wild Willow. HEX triplet: BA, C2 and 5C. RGB value is (186,194,92). Sum of RGB (Red+Green+Blue) = 186+194+92=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC25C is #453DA3. Grayscale: #B4B4B4. Windows color (decimal): -4537764 or 6079162. OLE color: 6079162.
HSL color Cylindrical-coordinate representation of color #BAC25C: hue angle of 64.71º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAC25C is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 92 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.24 |
| HSL | 64.71º | 0.46% | 0.56% | - |
| HSV(B) | 64.71º | 0.53% | 0.76% | - |
| XYZ | 41.47 | 49.8 | 17.55 | - |
| YUV | 179.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 92 | 0.04 | 0 | 0.53 | 0.24 | 64.71 | 0.46 | 0.56 |
| Hex | BA | C2 | 5C | 4 | 0 | 35 | 18 | 41 | 2E | 38 |
| Octal | 272 | 302 | 134 | 4 | 0 | 65 | 30 | 101 | 56 | 70 |
| Binary | 10111010 | 11000010 | 1011100 | 100 | 0 | 110101 | 11000 | 1000001 | 101110 | 111000 |
Color Harmonies of #BAC25C
Complementary color
Monochromatic Colors of #BAC25C
Black with #BAC25C
Text Example
Text Example
White with #BAC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC25C; }
p { color: rgb(186,194,92); }
H1.HeaderClassName
{
color: #BAC25C;
}
.AnyTagClassName
{
color: #BAC25C;
}
</style>
background-color css
<style>
a { background-color: #BAC25C; }
a { background-color: rgb(186,194,92); }
div.DivClassName
{
background-color: #BAC25C;
}
.BgClassName
{
background-color: #BAC25C;
}
</style>
border-color css
<style>
span { border-color: #BAC25C; }
span { border-color: rgb(186,194,92); }
td.TdClassName
{
border-color: #BAC25C;
}
.TagClassName
{
border-color: #BAC25C;
}
</style>