Shades of Green Mist #BAC094
Tints of Green Mist #BAC094
RGB
CMYK
RGB Variations
Color information
#BAC094 (or 0xBAC094) is known color: Green Mist. HEX triplet: BA, C0 and 94. RGB value is (186,192,148). Sum of RGB (Red+Green+Blue) = 186+192+148=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC094 is #453F6B. Grayscale: #B9B9B9. Windows color (decimal): -4538220 or 9748666. OLE color: 9748666.
HSL color Cylindrical-coordinate representation of color #BAC094: hue angle of 68.18º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC094 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 148 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.25 |
| HSL | 68.18º | 0.26% | 0.67% | - |
| HSV(B) | 68.18º | 0.23% | 0.75% | - |
| XYZ | 44.44 | 50.28 | 35.38 | - |
| YUV | 185.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 148 | 0.03 | 0 | 0.23 | 0.25 | 68.18 | 0.26 | 0.67 |
| Hex | BA | C0 | 94 | 3 | 0 | 17 | 19 | 44 | 1A | 43 |
| Octal | 272 | 300 | 224 | 3 | 0 | 27 | 31 | 104 | 32 | 103 |
| Binary | 10111010 | 11000000 | 10010100 | 11 | 0 | 10111 | 11001 | 1000100 | 11010 | 1000011 |
Color Harmonies of #BAC094
Complementary color
Monochromatic Colors of #BAC094
Black with #BAC094
Text Example
Text Example
White with #BAC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC094; }
p { color: rgb(186,192,148); }
H1.HeaderClassName
{
color: #BAC094;
}
.AnyTagClassName
{
color: #BAC094;
}
</style>
background-color css
<style>
a { background-color: #BAC094; }
a { background-color: rgb(186,192,148); }
div.DivClassName
{
background-color: #BAC094;
}
.BgClassName
{
background-color: #BAC094;
}
</style>
border-color css
<style>
span { border-color: #BAC094; }
span { border-color: rgb(186,192,148); }
td.TdClassName
{
border-color: #BAC094;
}
.TagClassName
{
border-color: #BAC094;
}
</style>