Shades of Green Mist #BAC097
Tints of Green Mist #BAC097
RGB
CMYK
RGB Variations
Color information
#BAC097 (or 0xBAC097) is known color: Green Mist. HEX triplet: BA, C0 and 97. RGB value is (186,192,151). Sum of RGB (Red+Green+Blue) = 186+192+151=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC097 is #453F68. Grayscale: #B9B9B9. Windows color (decimal): -4538217 or 9945274. OLE color: 9945274.
HSL color Cylindrical-coordinate representation of color #BAC097: hue angle of 68.78º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC097 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 151 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.25 |
| HSL | 68.78º | 0.25% | 0.67% | - |
| HSV(B) | 68.78º | 0.21% | 0.75% | - |
| XYZ | 44.69 | 50.37 | 36.65 | - |
| YUV | 185.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 151 | 0.03 | 0 | 0.21 | 0.25 | 68.78 | 0.25 | 0.67 |
| Hex | BA | C0 | 97 | 3 | 0 | 15 | 19 | 45 | 19 | 43 |
| Octal | 272 | 300 | 227 | 3 | 0 | 25 | 31 | 105 | 31 | 103 |
| Binary | 10111010 | 11000000 | 10010111 | 11 | 0 | 10101 | 11001 | 1000101 | 11001 | 1000011 |
Color Harmonies of #BAC097
Complementary color
Monochromatic Colors of #BAC097
Black with #BAC097
Text Example
Text Example
White with #BAC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC097; }
p { color: rgb(186,192,151); }
H1.HeaderClassName
{
color: #BAC097;
}
.AnyTagClassName
{
color: #BAC097;
}
</style>
background-color css
<style>
a { background-color: #BAC097; }
a { background-color: rgb(186,192,151); }
div.DivClassName
{
background-color: #BAC097;
}
.BgClassName
{
background-color: #BAC097;
}
</style>
border-color css
<style>
span { border-color: #BAC097; }
span { border-color: rgb(186,192,151); }
td.TdClassName
{
border-color: #BAC097;
}
.TagClassName
{
border-color: #BAC097;
}
</style>