Shades of Green Mist #BAC593
Tints of Green Mist #BAC593
RGB
CMYK
RGB Variations
Color information
#BAC593 (or 0xBAC593) is known color: Green Mist. HEX triplet: BA, C5 and 93. RGB value is (186,197,147). Sum of RGB (Red+Green+Blue) = 186+197+147=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC593 is #453A6C. Grayscale: #BCBCBC. Windows color (decimal): -4536941 or 9684410. OLE color: 9684410.
HSL color Cylindrical-coordinate representation of color #BAC593: hue angle of 73.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAC593 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 147 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.23 |
| HSL | 73.2º | 0.3% | 0.67% | - |
| HSV(B) | 73.2º | 0.25% | 0.77% | - |
| XYZ | 45.48 | 52.48 | 35.34 | - |
| YUV | 188.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 147 | 0.06 | 0 | 0.25 | 0.23 | 73.2 | 0.3 | 0.67 |
| Hex | BA | C5 | 93 | 6 | 0 | 19 | 17 | 49 | 1E | 43 |
| Octal | 272 | 305 | 223 | 6 | 0 | 31 | 27 | 111 | 36 | 103 |
| Binary | 10111010 | 11000101 | 10010011 | 110 | 0 | 11001 | 10111 | 1001001 | 11110 | 1000011 |
Color Harmonies of #BAC593
Complementary color
Monochromatic Colors of #BAC593
Black with #BAC593
Text Example
Text Example
White with #BAC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC593; }
p { color: rgb(186,197,147); }
H1.HeaderClassName
{
color: #BAC593;
}
.AnyTagClassName
{
color: #BAC593;
}
</style>
background-color css
<style>
a { background-color: #BAC593; }
a { background-color: rgb(186,197,147); }
div.DivClassName
{
background-color: #BAC593;
}
.BgClassName
{
background-color: #BAC593;
}
</style>
border-color css
<style>
span { border-color: #BAC593; }
span { border-color: rgb(186,197,147); }
td.TdClassName
{
border-color: #BAC593;
}
.TagClassName
{
border-color: #BAC593;
}
</style>