Shades of Green Mist #BAC096
Tints of Green Mist #BAC096
RGB
CMYK
RGB Variations
Color information
#BAC096 (or 0xBAC096) is known color: Green Mist. HEX triplet: BA, C0 and 96. RGB value is (186,192,150). Sum of RGB (Red+Green+Blue) = 186+192+150=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC096 is #453F69. Grayscale: #B9B9B9. Windows color (decimal): -4538218 or 9879738. OLE color: 9879738.
HSL color Cylindrical-coordinate representation of color #BAC096: hue angle of 68.57º 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 #BAC096 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 150 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.25 |
| HSL | 68.57º | 0.25% | 0.67% | - |
| HSV(B) | 68.57º | 0.22% | 0.75% | - |
| XYZ | 44.6 | 50.34 | 36.22 | - |
| YUV | 185.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 150 | 0.03 | 0 | 0.22 | 0.25 | 68.57 | 0.25 | 0.67 |
| Hex | BA | C0 | 96 | 3 | 0 | 16 | 19 | 45 | 19 | 43 |
| Octal | 272 | 300 | 226 | 3 | 0 | 26 | 31 | 105 | 31 | 103 |
| Binary | 10111010 | 11000000 | 10010110 | 11 | 0 | 10110 | 11001 | 1000101 | 11001 | 1000011 |
Color Harmonies of #BAC096
Complementary color
Monochromatic Colors of #BAC096
Black with #BAC096
Text Example
Text Example
White with #BAC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC096; }
p { color: rgb(186,192,150); }
H1.HeaderClassName
{
color: #BAC096;
}
.AnyTagClassName
{
color: #BAC096;
}
</style>
background-color css
<style>
a { background-color: #BAC096; }
a { background-color: rgb(186,192,150); }
div.DivClassName
{
background-color: #BAC096;
}
.BgClassName
{
background-color: #BAC096;
}
</style>
border-color css
<style>
span { border-color: #BAC096; }
span { border-color: rgb(186,192,150); }
td.TdClassName
{
border-color: #BAC096;
}
.TagClassName
{
border-color: #BAC096;
}
</style>