Shades of Green Mist #BAC09A
Tints of Green Mist #BAC09A
RGB
CMYK
RGB Variations
Color information
#BAC09A (or 0xBAC09A) is known color: Green Mist. HEX triplet: BA, C0 and 9A. RGB value is (186,192,154). Sum of RGB (Red+Green+Blue) = 186+192+154=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC09A is #453F65. Grayscale: #BABABA. Windows color (decimal): -4538214 or 10141882. OLE color: 10141882.
HSL color Cylindrical-coordinate representation of color #BAC09A: hue angle of 69.47º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC09A is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 154 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.25 |
| HSL | 69.47º | 0.23% | 0.68% | - |
| HSV(B) | 69.47º | 0.2% | 0.75% | - |
| XYZ | 44.93 | 50.47 | 37.95 | - |
| YUV | 185.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 154 | 0.03 | 0 | 0.20 | 0.25 | 69.47 | 0.23 | 0.68 |
| Hex | BA | C0 | 9A | 3 | 0 | 14 | 19 | 45 | 17 | 44 |
| Octal | 272 | 300 | 232 | 3 | 0 | 24 | 31 | 105 | 27 | 104 |
| Binary | 10111010 | 11000000 | 10011010 | 11 | 0 | 10100 | 11001 | 1000101 | 10111 | 1000100 |
Color Harmonies of #BAC09A
Complementary color
Monochromatic Colors of #BAC09A
Black with #BAC09A
Text Example
Text Example
White with #BAC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC09A; }
p { color: rgb(186,192,154); }
H1.HeaderClassName
{
color: #BAC09A;
}
.AnyTagClassName
{
color: #BAC09A;
}
</style>
background-color css
<style>
a { background-color: #BAC09A; }
a { background-color: rgb(186,192,154); }
div.DivClassName
{
background-color: #BAC09A;
}
.BgClassName
{
background-color: #BAC09A;
}
</style>
border-color css
<style>
span { border-color: #BAC09A; }
span { border-color: rgb(186,192,154); }
td.TdClassName
{
border-color: #BAC09A;
}
.TagClassName
{
border-color: #BAC09A;
}
</style>