Shades of Green Mist #BAC194
Tints of Green Mist #BAC194
RGB
CMYK
RGB Variations
Color information
#BAC194 (or 0xBAC194) is known color: Green Mist. HEX triplet: BA, C1 and 94. RGB value is (186,193,148). Sum of RGB (Red+Green+Blue) = 186+193+148=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC194 is #453E6B. Grayscale: #B9B9B9. Windows color (decimal): -4537964 or 9748922. OLE color: 9748922.
HSL color Cylindrical-coordinate representation of color #BAC194: hue angle of 69.33º degrees, saturation: 0.27, 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 #BAC194 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 148 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.24 |
| HSL | 69.33º | 0.27% | 0.67% | - |
| HSV(B) | 69.33º | 0.23% | 0.76% | - |
| XYZ | 44.66 | 50.72 | 35.45 | - |
| YUV | 185.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 148 | 0.04 | 0 | 0.23 | 0.24 | 69.33 | 0.27 | 0.67 |
| Hex | BA | C1 | 94 | 4 | 0 | 17 | 18 | 45 | 1B | 43 |
| Octal | 272 | 301 | 224 | 4 | 0 | 27 | 30 | 105 | 33 | 103 |
| Binary | 10111010 | 11000001 | 10010100 | 100 | 0 | 10111 | 11000 | 1000101 | 11011 | 1000011 |
Color Harmonies of #BAC194
Complementary color
Monochromatic Colors of #BAC194
Black with #BAC194
Text Example
Text Example
White with #BAC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC194; }
p { color: rgb(186,193,148); }
H1.HeaderClassName
{
color: #BAC194;
}
.AnyTagClassName
{
color: #BAC194;
}
</style>
background-color css
<style>
a { background-color: #BAC194; }
a { background-color: rgb(186,193,148); }
div.DivClassName
{
background-color: #BAC194;
}
.BgClassName
{
background-color: #BAC194;
}
</style>
border-color css
<style>
span { border-color: #BAC194; }
span { border-color: rgb(186,193,148); }
td.TdClassName
{
border-color: #BAC194;
}
.TagClassName
{
border-color: #BAC194;
}
</style>