Shades of Wild Willow #BAC85C
Tints of Wild Willow #BAC85C
RGB
CMYK
RGB Variations
Color information
#BAC85C (or 0xBAC85C) is known color: Wild Willow. HEX triplet: BA, C8 and 5C. RGB value is (186,200,92). Sum of RGB (Red+Green+Blue) = 186+200+92=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC85C is #4537A3. Grayscale: #B7B7B7. Windows color (decimal): -4536228 or 6080698. OLE color: 6080698.
HSL color Cylindrical-coordinate representation of color #BAC85C: hue angle of 67.78º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAC85C is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 92 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.22 |
| HSL | 67.78º | 0.5% | 0.57% | - |
| HSV(B) | 67.78º | 0.54% | 0.78% | - |
| XYZ | 42.84 | 52.52 | 18 | - |
| YUV | 183.5 | 76.36 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 92 | 0.07 | 0 | 0.54 | 0.22 | 67.78 | 0.5 | 0.57 |
| Hex | BA | C8 | 5C | 7 | 0 | 36 | 16 | 44 | 32 | 39 |
| Octal | 272 | 310 | 134 | 7 | 0 | 66 | 26 | 104 | 62 | 71 |
| Binary | 10111010 | 11001000 | 1011100 | 111 | 0 | 110110 | 10110 | 1000100 | 110010 | 111001 |
Color Harmonies of #BAC85C
Complementary color
Monochromatic Colors of #BAC85C
Black with #BAC85C
Text Example
Text Example
White with #BAC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC85C; }
p { color: rgb(186,200,92); }
H1.HeaderClassName
{
color: #BAC85C;
}
.AnyTagClassName
{
color: #BAC85C;
}
</style>
background-color css
<style>
a { background-color: #BAC85C; }
a { background-color: rgb(186,200,92); }
div.DivClassName
{
background-color: #BAC85C;
}
.BgClassName
{
background-color: #BAC85C;
}
</style>
border-color css
<style>
span { border-color: #BAC85C; }
span { border-color: rgb(186,200,92); }
td.TdClassName
{
border-color: #BAC85C;
}
.TagClassName
{
border-color: #BAC85C;
}
</style>