Shades of Green Mist #BAC095
Tints of Green Mist #BAC095
RGB
CMYK
RGB Variations
Color information
#BAC095 (or 0xBAC095) is known color: Green Mist. HEX triplet: BA, C0 and 95. RGB value is (186,192,149). Sum of RGB (Red+Green+Blue) = 186+192+149=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC095 is #453F6A. Grayscale: #B9B9B9. Windows color (decimal): -4538219 or 9814202. OLE color: 9814202.
HSL color Cylindrical-coordinate representation of color #BAC095: hue angle of 68.37º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC095 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 149 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.25 |
| HSL | 68.37º | 0.25% | 0.67% | - |
| HSV(B) | 68.37º | 0.22% | 0.75% | - |
| XYZ | 44.52 | 50.31 | 35.8 | - |
| YUV | 185.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 149 | 0.03 | 0 | 0.22 | 0.25 | 68.37 | 0.25 | 0.67 |
| Hex | BA | C0 | 95 | 3 | 0 | 16 | 19 | 44 | 19 | 43 |
| Octal | 272 | 300 | 225 | 3 | 0 | 26 | 31 | 104 | 31 | 103 |
| Binary | 10111010 | 11000000 | 10010101 | 11 | 0 | 10110 | 11001 | 1000100 | 11001 | 1000011 |
Color Harmonies of #BAC095
Complementary color
Monochromatic Colors of #BAC095
Black with #BAC095
Text Example
Text Example
White with #BAC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC095; }
p { color: rgb(186,192,149); }
H1.HeaderClassName
{
color: #BAC095;
}
.AnyTagClassName
{
color: #BAC095;
}
</style>
background-color css
<style>
a { background-color: #BAC095; }
a { background-color: rgb(186,192,149); }
div.DivClassName
{
background-color: #BAC095;
}
.BgClassName
{
background-color: #BAC095;
}
</style>
border-color css
<style>
span { border-color: #BAC095; }
span { border-color: rgb(186,192,149); }
td.TdClassName
{
border-color: #BAC095;
}
.TagClassName
{
border-color: #BAC095;
}
</style>