Shades of Green Mist #BAC590
Tints of Green Mist #BAC590
RGB
CMYK
RGB Variations
Color information
#BAC590 (or 0xBAC590) is known color: Green Mist. HEX triplet: BA, C5 and 90. RGB value is (186,197,144). Sum of RGB (Red+Green+Blue) = 186+197+144=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC590 is #453A6F. Grayscale: #BBBBBB. Windows color (decimal): -4536944 or 9487802. OLE color: 9487802.
HSL color Cylindrical-coordinate representation of color #BAC590: hue angle of 72.45º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC590 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 144 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.23 |
| HSL | 72.45º | 0.31% | 0.67% | - |
| HSV(B) | 72.45º | 0.27% | 0.77% | - |
| XYZ | 45.25 | 52.39 | 34.11 | - |
| YUV | 187.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 144 | 0.06 | 0 | 0.27 | 0.23 | 72.45 | 0.31 | 0.67 |
| Hex | BA | C5 | 90 | 6 | 0 | 1B | 17 | 48 | 1F | 43 |
| Octal | 272 | 305 | 220 | 6 | 0 | 33 | 27 | 110 | 37 | 103 |
| Binary | 10111010 | 11000101 | 10010000 | 110 | 0 | 11011 | 10111 | 1001000 | 11111 | 1000011 |
Color Harmonies of #BAC590
Complementary color
Monochromatic Colors of #BAC590
Black with #BAC590
Text Example
Text Example
White with #BAC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC590; }
p { color: rgb(186,197,144); }
H1.HeaderClassName
{
color: #BAC590;
}
.AnyTagClassName
{
color: #BAC590;
}
</style>
background-color css
<style>
a { background-color: #BAC590; }
a { background-color: rgb(186,197,144); }
div.DivClassName
{
background-color: #BAC590;
}
.BgClassName
{
background-color: #BAC590;
}
</style>
border-color css
<style>
span { border-color: #BAC590; }
span { border-color: rgb(186,197,144); }
td.TdClassName
{
border-color: #BAC590;
}
.TagClassName
{
border-color: #BAC590;
}
</style>