Shades of Green Mist #BAC497
Tints of Green Mist #BAC497
RGB
CMYK
RGB Variations
Color information
#BAC497 (or 0xBAC497) is known color: Green Mist. HEX triplet: BA, C4 and 97. RGB value is (186,196,151). Sum of RGB (Red+Green+Blue) = 186+196+151=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC497 is #453B68. Grayscale: #BCBCBC. Windows color (decimal): -4537193 or 9946298. OLE color: 9946298.
HSL color Cylindrical-coordinate representation of color #BAC497: hue angle of 73.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC497 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 151 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.23 |
| HSL | 73.33º | 0.28% | 0.68% | - |
| HSV(B) | 73.33º | 0.23% | 0.77% | - |
| XYZ | 45.58 | 52.15 | 36.94 | - |
| YUV | 187.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 151 | 0.05 | 0 | 0.23 | 0.23 | 73.33 | 0.28 | 0.68 |
| Hex | BA | C4 | 97 | 5 | 0 | 17 | 17 | 49 | 1C | 44 |
| Octal | 272 | 304 | 227 | 5 | 0 | 27 | 27 | 111 | 34 | 104 |
| Binary | 10111010 | 11000100 | 10010111 | 101 | 0 | 10111 | 10111 | 1001001 | 11100 | 1000100 |
Color Harmonies of #BAC497
Complementary color
Monochromatic Colors of #BAC497
Black with #BAC497
Text Example
Text Example
White with #BAC497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC497; }
p { color: rgb(186,196,151); }
H1.HeaderClassName
{
color: #BAC497;
}
.AnyTagClassName
{
color: #BAC497;
}
</style>
background-color css
<style>
a { background-color: #BAC497; }
a { background-color: rgb(186,196,151); }
div.DivClassName
{
background-color: #BAC497;
}
.BgClassName
{
background-color: #BAC497;
}
</style>
border-color css
<style>
span { border-color: #BAC497; }
span { border-color: rgb(186,196,151); }
td.TdClassName
{
border-color: #BAC497;
}
.TagClassName
{
border-color: #BAC497;
}
</style>