Shades of Green Mist #BAC19A
Tints of Green Mist #BAC19A
RGB
CMYK
RGB Variations
Color information
#BAC19A (or 0xBAC19A) is known color: Green Mist. HEX triplet: BA, C1 and 9A. RGB value is (186,193,154). Sum of RGB (Red+Green+Blue) = 186+193+154=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC19A is #453E65. Grayscale: #BABABA. Windows color (decimal): -4537958 or 10142138. OLE color: 10142138.
HSL color Cylindrical-coordinate representation of color #BAC19A: hue angle of 70.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC19A is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 154 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.24 |
| HSL | 70.77º | 0.24% | 0.68% | - |
| HSV(B) | 70.77º | 0.2% | 0.76% | - |
| XYZ | 45.15 | 50.91 | 38.02 | - |
| YUV | 186.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 154 | 0.04 | 0 | 0.20 | 0.24 | 70.77 | 0.24 | 0.68 |
| Hex | BA | C1 | 9A | 4 | 0 | 14 | 18 | 47 | 18 | 44 |
| Octal | 272 | 301 | 232 | 4 | 0 | 24 | 30 | 107 | 30 | 104 |
| Binary | 10111010 | 11000001 | 10011010 | 100 | 0 | 10100 | 11000 | 1000111 | 11000 | 1000100 |
Color Harmonies of #BAC19A
Complementary color
Monochromatic Colors of #BAC19A
Black with #BAC19A
Text Example
Text Example
White with #BAC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC19A; }
p { color: rgb(186,193,154); }
H1.HeaderClassName
{
color: #BAC19A;
}
.AnyTagClassName
{
color: #BAC19A;
}
</style>
background-color css
<style>
a { background-color: #BAC19A; }
a { background-color: rgb(186,193,154); }
div.DivClassName
{
background-color: #BAC19A;
}
.BgClassName
{
background-color: #BAC19A;
}
</style>
border-color css
<style>
span { border-color: #BAC19A; }
span { border-color: rgb(186,193,154); }
td.TdClassName
{
border-color: #BAC19A;
}
.TagClassName
{
border-color: #BAC19A;
}
</style>