Shades of Green Mist #BAC395
Tints of Green Mist #BAC395
RGB
CMYK
RGB Variations
Color information
#BAC395 (or 0xBAC395) is known color: Green Mist. HEX triplet: BA, C3 and 95. RGB value is (186,195,149). Sum of RGB (Red+Green+Blue) = 186+195+149=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC395 is #453C6A. Grayscale: #BBBBBB. Windows color (decimal): -4537451 or 9814970. OLE color: 9814970.
HSL color Cylindrical-coordinate representation of color #BAC395: hue angle of 71.74º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAC395 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 149 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.24 |
| HSL | 71.74º | 0.28% | 0.67% | - |
| HSV(B) | 71.74º | 0.24% | 0.76% | - |
| XYZ | 45.19 | 51.64 | 36.02 | - |
| YUV | 187.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 149 | 0.05 | 0 | 0.24 | 0.24 | 71.74 | 0.28 | 0.67 |
| Hex | BA | C3 | 95 | 5 | 0 | 18 | 18 | 48 | 1C | 43 |
| Octal | 272 | 303 | 225 | 5 | 0 | 30 | 30 | 110 | 34 | 103 |
| Binary | 10111010 | 11000011 | 10010101 | 101 | 0 | 11000 | 11000 | 1001000 | 11100 | 1000011 |
Color Harmonies of #BAC395
Complementary color
Monochromatic Colors of #BAC395
Black with #BAC395
Text Example
Text Example
White with #BAC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC395; }
p { color: rgb(186,195,149); }
H1.HeaderClassName
{
color: #BAC395;
}
.AnyTagClassName
{
color: #BAC395;
}
</style>
background-color css
<style>
a { background-color: #BAC395; }
a { background-color: rgb(186,195,149); }
div.DivClassName
{
background-color: #BAC395;
}
.BgClassName
{
background-color: #BAC395;
}
</style>
border-color css
<style>
span { border-color: #BAC395; }
span { border-color: rgb(186,195,149); }
td.TdClassName
{
border-color: #BAC395;
}
.TagClassName
{
border-color: #BAC395;
}
</style>