Shades of Wild Willow #BACC6C
Tints of Wild Willow #BACC6C
RGB
CMYK
RGB Variations
Color information
#BACC6C (or 0xBACC6C) is known color: Wild Willow. HEX triplet: BA, CC and 6C. RGB value is (186,204,108). Sum of RGB (Red+Green+Blue) = 186+204+108=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC6C is #453393. Grayscale: #BCBCBC. Windows color (decimal): -4535188 or 7130298. OLE color: 7130298.
HSL color Cylindrical-coordinate representation of color #BACC6C: hue angle of 71.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BACC6C is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 108 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.2 |
| HSL | 71.25º | 0.48% | 0.61% | - |
| HSV(B) | 71.25º | 0.47% | 0.8% | - |
| XYZ | 44.55 | 54.71 | 22.4 | - |
| YUV | 187.67 | 83.04 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 108 | 0.09 | 0 | 0.47 | 0.2 | 71.25 | 0.48 | 0.61 |
| Hex | BA | CC | 6C | 9 | 0 | 2F | 14 | 47 | 30 | 3D |
| Octal | 272 | 314 | 154 | 11 | 0 | 57 | 24 | 107 | 60 | 75 |
| Binary | 10111010 | 11001100 | 1101100 | 1001 | 0 | 101111 | 10100 | 1000111 | 110000 | 111101 |
Color Harmonies of #BACC6C
Complementary color
Monochromatic Colors of #BACC6C
Black with #BACC6C
Text Example
Text Example
White with #BACC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC6C; }
p { color: rgb(186,204,108); }
H1.HeaderClassName
{
color: #BACC6C;
}
.AnyTagClassName
{
color: #BACC6C;
}
</style>
background-color css
<style>
a { background-color: #BACC6C; }
a { background-color: rgb(186,204,108); }
div.DivClassName
{
background-color: #BACC6C;
}
.BgClassName
{
background-color: #BACC6C;
}
</style>
border-color css
<style>
span { border-color: #BACC6C; }
span { border-color: rgb(186,204,108); }
td.TdClassName
{
border-color: #BACC6C;
}
.TagClassName
{
border-color: #BACC6C;
}
</style>