Shades of Green Mist #BAC195
Tints of Green Mist #BAC195
RGB
CMYK
RGB Variations
Color information
#BAC195 (or 0xBAC195) is known color: Green Mist. HEX triplet: BA, C1 and 95. RGB value is (186,193,149). Sum of RGB (Red+Green+Blue) = 186+193+149=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC195 is #453E6A. Grayscale: #BABABA. Windows color (decimal): -4537963 or 9814458. OLE color: 9814458.
HSL color Cylindrical-coordinate representation of color #BAC195: hue angle of 69.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC195 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 149 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.24 |
| HSL | 69.55º | 0.26% | 0.67% | - |
| HSV(B) | 69.55º | 0.23% | 0.76% | - |
| XYZ | 44.74 | 50.75 | 35.87 | - |
| YUV | 185.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 149 | 0.04 | 0 | 0.23 | 0.24 | 69.55 | 0.26 | 0.67 |
| Hex | BA | C1 | 95 | 4 | 0 | 17 | 18 | 46 | 1A | 43 |
| Octal | 272 | 301 | 225 | 4 | 0 | 27 | 30 | 106 | 32 | 103 |
| Binary | 10111010 | 11000001 | 10010101 | 100 | 0 | 10111 | 11000 | 1000110 | 11010 | 1000011 |
Color Harmonies of #BAC195
Complementary color
Monochromatic Colors of #BAC195
Black with #BAC195
Text Example
Text Example
White with #BAC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC195; }
p { color: rgb(186,193,149); }
H1.HeaderClassName
{
color: #BAC195;
}
.AnyTagClassName
{
color: #BAC195;
}
</style>
background-color css
<style>
a { background-color: #BAC195; }
a { background-color: rgb(186,193,149); }
div.DivClassName
{
background-color: #BAC195;
}
.BgClassName
{
background-color: #BAC195;
}
</style>
border-color css
<style>
span { border-color: #BAC195; }
span { border-color: rgb(186,193,149); }
td.TdClassName
{
border-color: #BAC195;
}
.TagClassName
{
border-color: #BAC195;
}
</style>