Shades of Green Mist #BAC193
Tints of Green Mist #BAC193
RGB
CMYK
RGB Variations
Color information
#BAC193 (or 0xBAC193) is known color: Green Mist. HEX triplet: BA, C1 and 93. RGB value is (186,193,147). Sum of RGB (Red+Green+Blue) = 186+193+147=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC193 is #453E6C. Grayscale: #B9B9B9. Windows color (decimal): -4537965 or 9683386. OLE color: 9683386.
HSL color Cylindrical-coordinate representation of color #BAC193: hue angle of 69.13º degrees, saturation: 0.27, 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 #BAC193 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 147 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.24 |
| HSL | 69.13º | 0.27% | 0.67% | - |
| HSV(B) | 69.13º | 0.24% | 0.76% | - |
| XYZ | 44.59 | 50.69 | 35.04 | - |
| YUV | 185.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 147 | 0.04 | 0 | 0.24 | 0.24 | 69.13 | 0.27 | 0.67 |
| Hex | BA | C1 | 93 | 4 | 0 | 18 | 18 | 45 | 1B | 43 |
| Octal | 272 | 301 | 223 | 4 | 0 | 30 | 30 | 105 | 33 | 103 |
| Binary | 10111010 | 11000001 | 10010011 | 100 | 0 | 11000 | 11000 | 1000101 | 11011 | 1000011 |
Color Harmonies of #BAC193
Complementary color
Monochromatic Colors of #BAC193
Black with #BAC193
Text Example
Text Example
White with #BAC193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC193; }
p { color: rgb(186,193,147); }
H1.HeaderClassName
{
color: #BAC193;
}
.AnyTagClassName
{
color: #BAC193;
}
</style>
background-color css
<style>
a { background-color: #BAC193; }
a { background-color: rgb(186,193,147); }
div.DivClassName
{
background-color: #BAC193;
}
.BgClassName
{
background-color: #BAC193;
}
</style>
border-color css
<style>
span { border-color: #BAC193; }
span { border-color: rgb(186,193,147); }
td.TdClassName
{
border-color: #BAC193;
}
.TagClassName
{
border-color: #BAC193;
}
</style>