Shades of Green Mist #BAC09D
Tints of Green Mist #BAC09D
RGB
CMYK
RGB Variations
Color information
#BAC09D (or 0xBAC09D) is known color: Green Mist. HEX triplet: BA, C0 and 9D. RGB value is (186,192,157). Sum of RGB (Red+Green+Blue) = 186+192+157=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC09D is #453F62. Grayscale: #BABABA. Windows color (decimal): -4538211 or 10338490. OLE color: 10338490.
HSL color Cylindrical-coordinate representation of color #BAC09D: hue angle of 70.29º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC09D is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 157 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.25 |
| HSL | 70.29º | 0.22% | 0.68% | - |
| HSV(B) | 70.29º | 0.18% | 0.75% | - |
| XYZ | 45.19 | 50.57 | 39.28 | - |
| YUV | 186.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 157 | 0.03 | 0 | 0.18 | 0.25 | 70.29 | 0.22 | 0.68 |
| Hex | BA | C0 | 9D | 3 | 0 | 12 | 19 | 46 | 16 | 44 |
| Octal | 272 | 300 | 235 | 3 | 0 | 22 | 31 | 106 | 26 | 104 |
| Binary | 10111010 | 11000000 | 10011101 | 11 | 0 | 10010 | 11001 | 1000110 | 10110 | 1000100 |
Color Harmonies of #BAC09D
Complementary color
Monochromatic Colors of #BAC09D
Black with #BAC09D
Text Example
Text Example
White with #BAC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC09D; }
p { color: rgb(186,192,157); }
H1.HeaderClassName
{
color: #BAC09D;
}
.AnyTagClassName
{
color: #BAC09D;
}
</style>
background-color css
<style>
a { background-color: #BAC09D; }
a { background-color: rgb(186,192,157); }
div.DivClassName
{
background-color: #BAC09D;
}
.BgClassName
{
background-color: #BAC09D;
}
</style>
border-color css
<style>
span { border-color: #BAC09D; }
span { border-color: rgb(186,192,157); }
td.TdClassName
{
border-color: #BAC09D;
}
.TagClassName
{
border-color: #BAC09D;
}
</style>