Shades of Green Mist #BAC597
Tints of Green Mist #BAC597
RGB
CMYK
RGB Variations
Color information
#BAC597 (or 0xBAC597) is known color: Green Mist. HEX triplet: BA, C5 and 97. RGB value is (186,197,151). Sum of RGB (Red+Green+Blue) = 186+197+151=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC597 is #453A68. Grayscale: #BCBCBC. Windows color (decimal): -4536937 or 9946554. OLE color: 9946554.
HSL color Cylindrical-coordinate representation of color #BAC597: hue angle of 74.35º 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 #BAC597 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 151 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.23 |
| HSL | 74.35º | 0.28% | 0.68% | - |
| HSV(B) | 74.35º | 0.23% | 0.77% | - |
| XYZ | 45.8 | 52.61 | 37.02 | - |
| YUV | 188.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 151 | 0.06 | 0 | 0.23 | 0.23 | 74.35 | 0.28 | 0.68 |
| Hex | BA | C5 | 97 | 6 | 0 | 17 | 17 | 4A | 1C | 44 |
| Octal | 272 | 305 | 227 | 6 | 0 | 27 | 27 | 112 | 34 | 104 |
| Binary | 10111010 | 11000101 | 10010111 | 110 | 0 | 10111 | 10111 | 1001010 | 11100 | 1000100 |
Color Harmonies of #BAC597
Complementary color
Monochromatic Colors of #BAC597
Black with #BAC597
Text Example
Text Example
White with #BAC597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC597; }
p { color: rgb(186,197,151); }
H1.HeaderClassName
{
color: #BAC597;
}
.AnyTagClassName
{
color: #BAC597;
}
</style>
background-color css
<style>
a { background-color: #BAC597; }
a { background-color: rgb(186,197,151); }
div.DivClassName
{
background-color: #BAC597;
}
.BgClassName
{
background-color: #BAC597;
}
</style>
border-color css
<style>
span { border-color: #BAC597; }
span { border-color: rgb(186,197,151); }
td.TdClassName
{
border-color: #BAC597;
}
.TagClassName
{
border-color: #BAC597;
}
</style>