Shades of Green Mist #BAC29C
Tints of Green Mist #BAC29C
RGB
CMYK
RGB Variations
Color information
#BAC29C (or 0xBAC29C) is known color: Green Mist. HEX triplet: BA, C2 and 9C. RGB value is (186,194,156). Sum of RGB (Red+Green+Blue) = 186+194+156=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC29C is #453D63. Grayscale: #BBBBBB. Windows color (decimal): -4537700 or 10273466. OLE color: 10273466.
HSL color Cylindrical-coordinate representation of color #BAC29C: hue angle of 72.63º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC29C is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 156 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.24 |
| HSL | 72.63º | 0.24% | 0.69% | - |
| HSV(B) | 72.63º | 0.2% | 0.76% | - |
| XYZ | 45.54 | 51.42 | 38.98 | - |
| YUV | 187.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 156 | 0.04 | 0 | 0.20 | 0.24 | 72.63 | 0.24 | 0.69 |
| Hex | BA | C2 | 9C | 4 | 0 | 14 | 18 | 49 | 18 | 45 |
| Octal | 272 | 302 | 234 | 4 | 0 | 24 | 30 | 111 | 30 | 105 |
| Binary | 10111010 | 11000010 | 10011100 | 100 | 0 | 10100 | 11000 | 1001001 | 11000 | 1000101 |
Color Harmonies of #BAC29C
Complementary color
Monochromatic Colors of #BAC29C
Black with #BAC29C
Text Example
Text Example
White with #BAC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC29C; }
p { color: rgb(186,194,156); }
H1.HeaderClassName
{
color: #BAC29C;
}
.AnyTagClassName
{
color: #BAC29C;
}
</style>
background-color css
<style>
a { background-color: #BAC29C; }
a { background-color: rgb(186,194,156); }
div.DivClassName
{
background-color: #BAC29C;
}
.BgClassName
{
background-color: #BAC29C;
}
</style>
border-color css
<style>
span { border-color: #BAC29C; }
span { border-color: rgb(186,194,156); }
td.TdClassName
{
border-color: #BAC29C;
}
.TagClassName
{
border-color: #BAC29C;
}
</style>