Shades of Green Mist #BAC592
Tints of Green Mist #BAC592
RGB
CMYK
RGB Variations
Color information
#BAC592 (or 0xBAC592) is known color: Green Mist. HEX triplet: BA, C5 and 92. RGB value is (186,197,146). Sum of RGB (Red+Green+Blue) = 186+197+146=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC592 is #453A6D. Grayscale: #BCBCBC. Windows color (decimal): -4536942 or 9618874. OLE color: 9618874.
HSL color Cylindrical-coordinate representation of color #BAC592: hue angle of 72.94º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC592 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 146 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.23 |
| HSL | 72.94º | 0.31% | 0.67% | - |
| HSV(B) | 72.94º | 0.26% | 0.77% | - |
| XYZ | 45.4 | 52.45 | 34.92 | - |
| YUV | 187.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 146 | 0.06 | 0 | 0.26 | 0.23 | 72.94 | 0.31 | 0.67 |
| Hex | BA | C5 | 92 | 6 | 0 | 1A | 17 | 49 | 1F | 43 |
| Octal | 272 | 305 | 222 | 6 | 0 | 32 | 27 | 111 | 37 | 103 |
| Binary | 10111010 | 11000101 | 10010010 | 110 | 0 | 11010 | 10111 | 1001001 | 11111 | 1000011 |
Color Harmonies of #BAC592
Complementary color
Monochromatic Colors of #BAC592
Black with #BAC592
Text Example
Text Example
White with #BAC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC592; }
p { color: rgb(186,197,146); }
H1.HeaderClassName
{
color: #BAC592;
}
.AnyTagClassName
{
color: #BAC592;
}
</style>
background-color css
<style>
a { background-color: #BAC592; }
a { background-color: rgb(186,197,146); }
div.DivClassName
{
background-color: #BAC592;
}
.BgClassName
{
background-color: #BAC592;
}
</style>
border-color css
<style>
span { border-color: #BAC592; }
span { border-color: rgb(186,197,146); }
td.TdClassName
{
border-color: #BAC592;
}
.TagClassName
{
border-color: #BAC592;
}
</style>